<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/green/headerbg.png') center left repeat-x;
  margin: 0;
}


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

#scroll {
  height: 300px;
}

th {
  background: #5f832c;
  padding: 0 8px;
  text-align: left;
}

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


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

th a {
  color: #fff;
}

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

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

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



/* .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>