<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
        #eventlist, #eventlist_main {
	list-style: none;
	color: #836d44;
}

        #eventlist li, #eventlist_main li {
	list-style: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C7BDA0;
	background-color: #fdf8e4;
}
#eventlist li:first-child, #eventlist_main li:first-child {
	border-top: 1px solid #C7BDA0;
}

        .eventtitle {
	font-weight: bold;
	margin-left: -10px;
	padding-bottom: 0.4em;
}
</pre></body></html>