#schedule-actions,
#calendar_toggle,
#reservations-left,
.change-date,
#restore-sidebar,
.schedule-legend {
  display: none;
}

@media print {
  a[href]:after {
    content: '' !important;
  }
}

.past {
  opacity: 1;
}

table.reservations {
  break-after: page;
}

table {
  table-layout: fixed;
}

table.reservations thead td {
  position: relative;
  top: 0;
  z-index: 1;
}

td.resourcename {
  background-color: #ededed !important;
}

td.resdate {
  background-color: #36648b !important;
  color: #f0f0f0 !important;
}

.reserved {
  background-color: #408ad2 !important;
  color: #fff !important;
}

.unreservable {
  background-color: #cf9d9b !important;
  color: #fff !important;
}
