<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLORS */
:root {
  --fc-today-bg-color: rgba(0,178,169,0.15);
  --fc-button-bg-color: #61798F;
}

#calendar {
  margin-bottom: 20px;
}

#calendar a {
  text-decoration: none !important;
}

#calendar a.fc-event {
  text-decoration: underline !important;
}

#calendar a.fc-event:hover,
#calendar a.fc-event:focus {
  text-decoration: none !important;
  outline: solid 1px;
}

#calendar h2.fc-toolbar-title {
  color: #012537;
  font-size: 1.3rem;
  font-weight: bold;
}

#calendar a.fc-daygrid-day-number {
  color: #012537 !important;
}

#calendar.fc .fc-daygrid-day-bottom {
  margin-top: -10px !important;
}
/*# sourceMappingURL=FullCalendar.css.map */
</pre></body></html>