.modern-page-navigation{
	margin-bottom:20px;
	
	
}
	
span.modern-page-current{
	background:#e3f2f7;
	font-weight: 600;
	color: #283237;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

border-left: none;
border-right: none;
width: 40px;
height: 24px;
padding-top:6px;
float:left;
text-align:center;
position: relative;
left:2px;
top:0;
z-index:3000;
}	

	
.modern-page-navigation a{
text-align: center;
display:block;
float:left;
width: 40px !important; 
height: 24px;
padding-top:6px;
border-left: 1px solid #c7d7dd;
}	

.modern-page-first{
	border-left: none !important; 
}