/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.variation p {
  display: inline;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.ui-datepicker {
  width: 100% !important;
}

.ui-datepicker .bookable a {
  border: 2px solid limegreen !important;
}

.ui-datepicker .ui-state-active {
  font-weight: bolder !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center !important;
}

.summary {
  display: none;
}
