div.pager {
    text-align: center;
    margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

div.pager span {
    display: inline-block;
    width: 28px;
    height: 26px;
    line-height: 2;
    text-align: center;
    cursor: pointer;
	padding-top: 2px;  
    margin-right: 8px;
	font-size: 12px;
}

div.pager span.number {
    background: #FFF;
    color:#495159;
	border: 1px solid #D3D3D3;
}

div.pager span.active {
    background: #427DFF;
    color: #FFF;
	font-family: "NotoMedium", sans-serif;
	border: 1px solid #427DFF;
}