.reservations .mode-info {
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
  color: #f00;
}
.reservations .month-section {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.reservations .month-section h4 {
  margin-top: 0;
}
.reservations .month-section table th {
  font-weight: normal;
}
.reservations .month-section table td {
  border: 1px solid #aaa;
  text-align: right;
  padding: 0.05em 0.2em;
  background-color: #CEF6C3;
}
.reservations .month-section table td.fillup {
  background-color: #eee;
}
.reservations .month-section table td.specialday {
  color: #CF0000;
}
.reservations .month-section table td.clickable {
  cursor: pointer;
}
.reservations .month-section table td.reserved {
  background-color: #FEA877;
}
.reservations .legend .legendbox {
  font-size: 2em;
  position: relative;
  top: 0.1em;
}
.reservations .legend .legendbox.default {
  color: #CEF6C3;
}
.reservations .legend .legendbox.reserved {
  color: #FEA877;
}
