<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: rgb(192,174,149);
}
.grey{
	background-color: rgb(197,197,197);
	padding: 30px;
	border: #666 solid 2px;
	margin-bottom: 40px;
}
.red{
	color: rgb(206,22,25) !important;
}
.white{
	color: #666;
}
.green{
	color: rgb(0,193,0);
}
h1{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
h2{
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.bold{
	font-weight: bold;
}
.button{
	background-color: #666;
	border: none;
}
.button:hover{
	background-color: rgb(192,174,149);
}
.top{
	margin-top: 40px;
}
.top img{
	margin-bottom: 10px;
}
.grey a{
	color: #666;
	text-decoration: underline;
}
.grey a:hover{
	color: rgb(192,174,149);
}
.panel a{
	color: #666;
	text-decoration: underline;
}
.panel a:hover{
	color: rgb(192,174,149);
}
.cecs{
	border: #666 solid 2px;
}
table{
	margin: 0 auto;
}
ul{
	list-style-type: none;
}
#toggleFilter{
	display: none;
}
.pagination a{
	color: #666!important;
}</pre></body></html>