<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event_category_form {
  text-align: left;
  margin-bottom: 15pt;
}
.event_category_form .submit {
  border: 1px solid black;
  margin-left: 5pt;
  padding-left: 5pt;
  padding-right: 5pt;
}
.event_date_form {
  margin-top: 5pt;
  margin-bottom: 20pt;
}
.event_date_form form {
  width: 260px;
  margin: 0 auto;
}
.event_date_form .submit {
  margin-left: 5pt;
  padding-left: 5pt;
  padding-right: 5pt;
}
.event_block .date {
  margin: 0;
  margin-bottom: 20px;
}
.event_block .title {
  margin: 0;
  margin-bottom: 7px;
}
.event_block .time {
  font-weight: bold;
  margin-bottom: 5px;
}
.event_block .event {
  padding: 0 25px 20px;
}
.event_block .desc {
  font-size: 13pt;
}
.event_calendar table {
  width: 100%;
  padding: 0;
  margin: 0;
}
.event_calendar table,
.event_calendar tr,
.event_calendar td {
  padding: 0;
  margin: 0;
}
.event_calendar .title_bar {
  font-size: 13pt;
}
.event_calendar .day a {
  padding: 15px 0;
}
.future-stuff {
  text-align: center;
}
.future-stuff &gt; a {
  display: block;
  margin-bottom: 10px;
  background: #fff;
  color: #333333;
  text-align: left;
}
.future-stuff &gt; a:hover,
.future-stuff &gt; a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .future-stuff &gt; a {
    display: inline-block;
    width: 47%;
    margin: 10px 1%;
  }
}
@media (min-width: 992px) {
  .future-stuff &gt; a {
    width: 30%;
  }
}
.future-stuff .daybox {
  display: inline-block;
  background: #428bca;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  padding-top: 6px;
}
.future-stuff .daybox span {
  display: block;
  line-height: 28px;
}
.future-stuff .nfobox {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  height: 65px;
  overflow: hidden;
  padding: 6px;
  max-width: 165px;
}
.future-stuff .nfobox span {
  display: block;
}
@media (min-width: 768px) {
  .future-stuff .daybox {
    display: inline-block;
    background: #428bca;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    width: 86px;
    height: 86px;
    padding-top: 7px;
  }
  .future-stuff .daybox span {
    display: block;
    line-height: 37px;
  }
  .future-stuff .nfobox {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    height: 86px;
    overflow: hidden;
    padding: 8px;
    max-width: 220px;
  }
  .future-stuff .nfobox span {
    display: block;
  }
}
.future-stuff .more {
  text-align: right;
}
.schedule-editor {
  display: table;
  width: 100%;
}
.schedule-editor .form-box {
  display: table-cell;
  vertical-align: top;
  padding-right: 7px;
}
.schedule-editor .preview-box {
  display: table-cell;
  vertical-align: top;
  width: 400px;
  padding-left: 7px;
  border-left: 1px dotted gray;
}
form.schedule {
  font-size: 13pt;
}
form.schedule input,
form.schedule select {
  font-size: 13pt;
}
form.schedule .cntl-box {
  position: relative;
  margin-bottom: 15px;
}
form.schedule .cntl-box label {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}
form.schedule .cntl-box input {
  width: 95%;
}
form.schedule .cntl-box .hint {
  display: block;
  padding-top: 4px;
  opacity: 0.6;
  font-size: 11pt;
}
form.schedule .has-error {
  color: red;
}
form.schedule .submit-box {
  text-align: right;
}
form.schedule .submit-box input[type=submit] {
  margin: 0 5px;
}
form.schedule .submit-box label.delete {
  font-weight: bold;
}
form.schedule .genesis {
  width: 100%;
}
form.schedule .genesis .one,
form.schedule .genesis .two {
  display: inline-block;
  width: 49%;
}
form.schedule .repeat-label {
  font-weight: bold;
}
form.schedule .repeat-list {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form.schedule .repeat-list &gt; li {
  position: relative;
  padding: 5px 15px 5px 25px;
  margin: 5px 0;
}
form.schedule .repeat-list &gt; li &gt; input[type=radio] {
  position: absolute;
  top: 5px;
  left: 0;
}
form.schedule .repeat-list input[type=text] {
  width: 40px;
  text-align: center;
}
form.schedule .repeat-list .secondary {
  padding-left: 15px;
  font-size: 11pt;
}
form.schedule .repeat-list .nthweekday {
  width: 150px;
}
form.schedule .repeat-list .weekdays,
form.schedule .repeat-list .months {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13pt;
}
form.schedule .repeat-list .weekdays li,
form.schedule .repeat-list .months li {
  display: inline-block;
}
form.schedule .repeat-list .highlight {
  background-color: #dedede;
  border-radius: 10px;
}
form.schedule .end-repeat {
  padding-top: 15px;
  width: 49%;
}
ul.schedule-preview {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.schedule-preview &gt; li {
  display: inline-block;
  width: 190px;
  height: 200px;
  margin: 5px;
}
ul.schedule-preview .anchor {
  width: 100%;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}
</pre></body></html>