<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagesize {
	text-align: center;
}
.pagesize .page-status{
	background: #104492;
	padding: 6px 10px;
	color: white;
}
label, button {
	cursor: pointer;
}
em {
	font-style: normal;
}
.pagesize span{
	margin: 0 3px;
}
.page-numbar a{
	margin: 0 3px;
}
.pagesize a {
	border: 1px solid #104492;
	padding: 5px 10px;
  height: 21px;
  color: #757575;
}
.pagesize_inp {
	width: 42px;
	height: 24px;
	color: white;
	text-align: center;
	background: #104492;
}
.pagesize_btn {
	width: 44px;
	height: 24px;
	color: white;
	background: #104492;
}
.pagesize a:hover {
	background: #104492;
	color: white;
}

@media (max-width:580px){
	.page-status {
	display: none;
}
.page-numbar {
    display: none;
}
}
</pre></body></html>