#pages {
	display: flex !important;
	justify-content: center;
	padding-top: 30px;
}

#pages span,
#pages a {
	min-width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	float: left;
	text-indent: 0;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 3px;
}

#pages a:hover{
	background: #1658A0;
	color: #fff;
}

#pages .page-numbers{
	padding: 0 10px;
}

#pages .current{
	background: #1658A0;
	color: #fff;
}