#pages {
	display: flex !important;
	justify-content: center;
}

#pages li {
	background: none;
	padding: 0;
	width: auto !important;
	margin: 0 !important;
}

#pages li span,
#pages li 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 li.disabled {
	cursor: no-drop;
}

#pages li.active span {
	border: 1px solid #ef3838;
	background: #ef3838;
	color: #fff;
}
