/* Available dates */
.mphb-datepick-popup .mphb-available-date {
  color: green !important;
}

.mphb-datepick-popup 
.mphb-unselectable-date:not(.mphb-past-date) {
  color: #e49090 !important;
  text-decoration: none !important;
}

.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .mphb-check-in-date, .datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .datepick-selected {
  background-color: #222222 !important;
  color: #fff !important;
}

.mphb_sc_search-adults > select, .mphb_sc_search-children > select {
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Standard */
  background: none;
}
