div.modern-page-navigation { 
	padding: 0.5em 0;
	text-align: center;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	background: #568ecc;
	color: #fff;
	border: 2px solid #fff;
	margin: 0px 0.4em;
	padding: 0.625em 0.9375em;
	text-decoration: none;
}

span.modern-page-current { 
	background: #fff;
	color: #000;
	box-shadow: 0px 4px 6px 0px rgba(119, 119, 119, 0.67);
}

a.modern-page-previous,
a.modern-page-next {
	padding: 0.625em 0.7em !important;
}