#booking-package { color: #222; }

.week_slot {
  font-size: 0;
}
.week_slot::before {
  font-size: 16px;
}
.week_slot.sun::before {
  content: "Sun";
}
.week_slot.mon::before {
  content: "Mon";
}
.week_slot.tue::before {
  content: "Tue";
}
.week_slot.wed::before {
  content: "Wed";
}
.week_slot.thu::before {
  content: "Thu";
}
.week_slot.fri::before {
  content: "Fri";
}
.week_slot.sat::before {
  content: "Sat";
}

input[type="text"] {
    
}

button {
    
}

#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package .goToBookingFormButton {
    
}

#booking-package .bookingButton {
    
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}