<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media all and (min-width: 769px) {
.paginate {
	position: relative;
	overflow: hidden;
	margin-top:10px;
	width: 100%;
	margin-bottom:10px;
}

.paginate ul {
	float: left;
	position: relative;
	left: 50%;
}

.paginate li {
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
}

.paginate li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}

.paginate li a:hover {
	color: #0054B6;
}

.paginate li a.on {
	color: #fff;
	background-color: #888;
}

.paginate li.next, .paginate li.prev {
	width: 50px;
	text-align: center;
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.paginate li.next a, .paginate li.prev a {
	width: 50px;
	display: block;
}
.paginate li.return{
	width: 180px;
}
.paginate li.return a{
	width: 180px;
}
.paginate li.return{
	width: 180px;
}
.paginate li.return a{
	width: 180px;
}
}

@media all and (max-width: 768px) {
.paginate {
	position: relative;
	overflow: hidden;
	margin-top:10px;
	width: 100%;
	margin: 30px 0 0;
}

.paginate ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.paginate li {
	width: 7%;
	height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	margin: 0 2%;
}

.paginate li a {
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}

.paginate li a:hover {
	color: #0054B6;
}

.paginate li a.on {
	color: #fff;
	background-color: #0054B6;
}

.paginate li.next, .paginate li.prev {
	width: 10%;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 3%;
	font-weight: bold;
}

.paginate li.next a, .paginate li.prev a {
	width: 100%;
	display: block;
}
.paginate li.return{
	width: 180px;
}
.paginate li.return a{
	width: 180px;
}
}
</pre></body></html>