<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.paginator1{
 width:100%;
 margin:45px auto 0px auto;
 text-align:center;
}
.paginator1 a {
 width:20px;
 height:20px;
 border:#c1c1c1 1px solid;
 background:#ddd;
 line-height:20px;
 text-align:center;
 float:left;
 margin-right:10px;
 color:#333;}
.paginator1 a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}
.paginator1 .cpb {
	width:20px;
 height:20px;
 border:#c1c1c1 1px solid;
 line-height:20px;
 text-align:center;
 float:left;
 margin-right:10px;
color:#333;
font-weight: bold;
background:#a2cd59;
}
.paginator1 .ssd {
	 width:13px;
height:21px;
 line-height:20px;
 text-align:center;
 float:left;
 border:none;
 margin-right:10px;
}
</pre></body></html>