@charset "utf-8";
/* CSS Document */
/*page*/
.page_div{
	font-weight:bold;
	font-size:15px;
	text-align:center;
	margin:15px auto 15px auto;
}
.page_div a {
	/*border:1px solid #f4f4f4;*/
	text-align:center;
}
.page_div p{
    width: 32px;
    height: 32px;
	border-radius:100% ;
	background-color:#50bde4 ;
	/*border:2px solid #f4f4f4  !important;*/
	border:none;
	color:#fff ;
	line-height:33px;
}

.page_div li{
	border-radius:50%;
	display: inline-block;
    width: 32px;
    height: 32px;
	text-align:center;
	line-height:33px;
}
.page_div a:last-child{
	border-right:none;
}
a:hover{
	color:inherit;
}
@media screen and (min-width: 768px){
	.page_div li:hover{
		text-decoration:none;
		
		background-color:#50bde4;
		color:#fff;
		transition:background-color 0.25s ease-in-out;
	}
}