.bookable {
  color: green !important;
}

.partially-booked {
  color: #ffc107 !important;
}

.fully-booked {
  color: #dc3545 !important;
}

.courses-list a {
  text-decoration: none;
}
.courses-list .area-name td {
  border: none;
}

.course-detail .col-lg-8 {
  margin-bottom: 2rem;
}
.course-detail .col-lg-8 .description h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.course-detail .col-lg-8 .description div {
  margin-bottom: 2rem;
}
.course-detail .template-price {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.course-detail .template-length {
  font-size: 0.8rem;
  text-align: center;
}
.course-detail .template-length:only-child {
  font-size: 1.25rem;
}
.course-detail .event {
  border-radius: 4px;
  padding: 0.625rem;
  background-color: #50a29e;
  color: #ffffff;
  margin-bottom: 1rem;
}
.course-detail .event .fully-booked, .course-detail .event .partially-booked {
  text-align: center;
}

/*# sourceMappingURL=templates.css.aac35faabcce.map */
