<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jqpagination {
	border-radius: 0px; padding-left: 0px; display: inline-block;
}
.jqpagination a {
	width: 40px; height: 35px; text-align: center; line-height: 24px; font-family: Times, "Times New Roman", Georgia, Palatino; font-size: 40px; font-weight: bold; text-decoration: none; vertical-align: middle; border-right-color: rgb(205, 205, 205); border-left-color: rgb(205, 205, 205); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left; display: block; background-color: rgb(238, 238, 238);
}
.jqpagination a:hover {
	background-color: rgb(206, 206, 206);
}
.jqpagination a:focus {
	background-color: rgb(206, 206, 206);
}
.jqpagination a:active {
	background-color: rgb(206, 206, 206);
}
.jqpagination a.disabled {
	color: rgb(168, 168, 168); cursor: default; background-color: rgb(243, 243, 243);
}
.jqpagination a.disabled:hover {
	color: rgb(168, 168, 168); cursor: default; background-color: rgb(243, 243, 243);
}
.jqpagination a.disabled:focus {
	color: rgb(168, 168, 168); cursor: default; background-color: rgb(243, 243, 243);
}
.jqpagination a.disabled:active {
	color: rgb(168, 168, 168); cursor: default; background-color: rgb(243, 243, 243);
}
.jqpagination a:first-child {
	border-radius: 2px 0px 0px 2px; border: currentColor; border-image: none;
}
.jqpagination a:last-child {
	border-radius: 0px 2px 2px 0px; border: currentColor; border-image: none;
}
.jqpagination input {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; width: 180px; height: 35px; text-align: center; font-size: 20px; vertical-align: middle; float: left;
}
.lg.jqpagination {
	margin: 30px 0px;
}
.lg.jqpagination a {
	width: 60px; height: 60px; line-height: 50px; font-size: 50px;
}
.lg.jqpagination input {
	width: 300px; height: 60px; font-size: 30px;
}</pre></body></html>