#outputList {    position:relative;}
.page {    position:relative;    top:0px; width: 100%;}
.pagination{
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.pagecounter{
	display: inline-block;
	width: 110px;
	text-align: center;
}
#prev:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\f30a";
}
#next:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\f30b";
}