/* Enter your CSS here */
.box {
    background-color: transparent; !important
}

.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active, button#book_searchButton {
    background: #890E4E !important;
}
button#book-details__submit-button, .button.is-dark, .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active, a.ui-state-default.ui-state-active {
      background: #890E4E !important;

}
.page-results__card-item {
  background: transparent; !important
}

span.tag, .tag {
      background: #890E4E !important;
color: #fff !Important;
}
button#book-details__back-button {
    background-color: #333 !important;
}