/* List view day header */
.fc-theme-standard .fc-list-day-cushion {
    background-color: var(--bb-h1-color);
}

/* Scale calendar to 992px wide and hide buttons for printing */
@media print {
  .fc-scrollgrid-sync-table,
  .fc-col-header {
    width: 968px !important;
  }
  #CollapsingNavbar,
  .fc .fc-button-group,
  .fc .fc-today-button {
    display: none;
  }
  .fullcalendar--wrapper {
    font-size: 0.8rem;
  }
}   