.customPagination {
	margin: 0px;
	font-weight: bold;
}

.customPagination > li > a{
	font-size: 8px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #195da3;
    border-color: #367FA9;
}

.pagination>.disabled>a,
.pagination>.disabled>span,
.pagination>li>a {
	border-radius: 50% !important;
	border: 1px solid #3280ac !important;
	margin: 0px 2px;
}


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	border-radius: 50% !important;
	border: 1px solid #195da3 !important;
	background-color: #84b9d4 !important;
	color: white !important;
}