<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #222;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
}

h1 {
	color: #fff;
	font-size: 12px;
	border-radius: 8px 8px 0 0;
	padding: 5px 10px;
	background: #0d0d0d url('../../images/calendar/blue-orange/headerbg.png') center left repeat-x;
	margin: 0;
}


#container {
	border: 1px solid #F26530;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #fff;
	max-width: 580px;
}

#scroll {
	height: 300px;
}

th {
	background: #0069c8;
	padding: 0 8px;
	text-align: left;
}

td {
	border-bottom: 1px solid #F26530;
	padding: 8px;
	line-height: 1.2em;
}


a {
	color: #95A0A9;
	text-decoration: none;
}
a:hover {
	color: #F26530;
	text-decoration: none;
}

th a {
	color: #fff;
}

.views-row-last td {
	border-bottom: none;
}

.row-hover, .event-more-info-row {
	background: #B2CEF5;
}

tr.row-active td {
	border-bottom: none;
	background: #B2CEF5;
}



/* .views-field-field-start-date-value, .views-field-field-location-value, .views-field-field-facility-value, .views-field-field-scope-value, .views-field-title */
.views-field-field-start-date-value, .views-field-title {
	
}
#data thead th.views-field-field-scope-value {
    border-right:18px solid #3B2CEF533;
}
</pre></body></html>