/**
 * @file
 * Subtheme specific CSS.
 */
body.path-frontpage,
body.path-booking,
body.page-exception {
  background-color: #efefef !important;
}

body.node--type-booked-hours .field--type-entity-reference {
  margin: 0 !important;
}

body.node--type-booked-hours .main-content {
  margin-bottom: 60px;
}

.views-view-grid .views-col {
  max-width: inherit;
}

#b1b-reserve-modal {
  z-index: 2000;
}

#b1b-reserve-form .form-type-textarea {
  margin-bottom: 1rem;
}

.path-frontpage table {
  margin: 0 !important;
}

.fc-time {
  display: block;
}

.fc-event-container a {
  padding: 5px;
}
