@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top:50px;
	margin-bottom:15px;
	
}
.fy a {
	
	padding: 4px 10px;
	font-size: 13px!important;
	color: #31363c;
	margin: 0 2px;
	border: 1px solid #ddd;
	border-radius: 3px;

   
    line-height: unset!important;
	font-family: auto!important;

}
.fy span {
	
	padding: 4px 10px;
	font-size: 13px!important;
	color: #31363c;
	margin: 0 2px;
	border: 1px solid #ddd;
	border-radius: 3px;

   
    line-height: unset!important;
	font-family: auto!important;

}
.fy a:hover, .fy a.page-num-current {
	background-color:#db3020;
	border: 1px solid#db3020;
	color: #fff;
	text-decoration:none;
}

