.paging_div {	
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 10px;
}
.paging_div span a:link, .paging_div span a:visited {
	text-decoration: none;
}
.paging_div span a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.paging_current_class {
	font-weight: bold;
	color:#2238be;	
	text-decoration:underline;
}
.paging_link_class {
	font-weight: normal;
	color: #2238be;	
	border: none;
}

.span_a_class a{
	display: block;
	background: #110e0b;
	font-size: 20px;
	font-weight:500; 
	padding:10px 15px; 
	margin-left:8px;
	border-radius: 5px;
	color: #FFF;
	max-height: 50px;
}
.span_a_class a:hover{
	display: block;
	background: #110e0b;
	font-size: 20px;
	font-weight:500; 
	background: #252220;
	text-decoration:none !important;
	color: #FFF !important;
}
.span_a_class .page_other{
	padding: 9px 10px;
	display: block;
}
.span_a_class .page_next_icon{
	height: 21px;
    width: 21px;    
    background-position: -89px -373px !important;
}
.span_a_class .page_last_icon{
	height: 21px;
    width: 21px;    
    background-position: -66px -115px !important;
}
.span_a_class .page_prev_icon{
	height: 21px;
    width: 21px;    
    background-position: -133px -373px !important;
}
.span_a_class .page_first_icon{
	height: 21px;
    width: 21px;    
    background-position: -102px -115px !important;
}

.span_select_class
{
	font-size: 20px;
	font-weight:600; 
	background: #ffe500;
	color:#000;
	margin-left: 10px;
	padding:10px 15px;
	border-radius: 5px;
}