@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 45px;
	    margin-bottom: 40px;
	

	
}
.fy a {
	padding:5px 10px;
	margin: 0 2px;
	font-size: 13px;
	background-color: #fff;
    border: 1px solid #dee2e6;
	color: #666;
	border-radius: 3px;
	font-family: auto!important;
	
}
.fy span {
		padding:5px 10px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	
	background-color: #fff;
    border: 1px solid #dee2e6;
	color: #666666;
	border-radius: 3px;
	font-family: auto!important;
}
.fy a:hover {
	background-color: #f8bd01;
	color: #fff;
	font-family: auto!important;
}
.fy a.page-num-current {
		padding:5px 10px;
	background-color: #f8bd01;
	border: 1px solid #f8bd01;
	color: #fff!important;
	font-family: auto!important;
}


