<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#paging_container8 .no_more{
    background-color: white;
    color: gray;
    cursor: default;
}

.ellipse{
	float: left;
}

.pagination-container{
	/*width: 700px;*/
	width:100%;
	float: left;
	background-color: white;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#466FA3;
	padding-left:10px;
	padding-right:10px;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	

.pagination-content li, .alt_content li, .pagination-content &gt; p{
	padding: 0px
}

ul.pagination-content{
 list-style-type: none;
 
}</pre></body></html>