<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.boxed {
	padding-top: 10px;
	min-height: 60px !important;
	border: thin #9cf solid;
}
.agenda {
	display: none;
}
.agenda-details a{
	color: #008 !important;
	font-weight: bolder;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	width: 100%;
	display: block;
	text-decoration: none;
}
.agenda-details a:hover{
	color: #000 !important;
	background: #ccc;
	text-decoration: none;
}</pre></body></html>