<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.listpagination {
    clear: both;
    margin-top: 12px;
    margin-bottom: 12px;
    z-index: 1;
}

div.listpagination span.counter {
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: none;
}

div.listpagination span.button {
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.listpagination span.button-disabled {
	color: #2B292C;
}

div.listpagination span.button-disabled:hover {
	color: #2B292C;
}

div.listpagination span:hover {
	background-color: #eee;
	text-decoration: none;
}
</pre></body></html>