input[type="text"] {

}

button {

}

#booking-package .sun {
    color: rgb(255, 10, 10);

}

#booking-package .mon {
    color: rgb(10, 10, 10);

}

#booking-package .tue {
    color: rgb(10, 10, 10);

}

#booking-package .wed {
    color: rgb(10, 10, 10);

}

#booking-package .thu {
    color: rgb(10, 10, 10);

}

#booking-package .fri {
    color: rgb(10, 10, 10);

}

#booking-package .sat {
    color: rgb(10, 10, 255);

}

#booking-package .nationalHoliday {
    color: rgb(255, 10, 10);

}

#booking-package .goToBookingFormButton {
    color: rgb(10, 10, 10);

}

#booking-package .bookingButton {
    color: rgb(10, 10, 10);

}

#booking-package_schedulePage .selectPanelError {
    color: rgb(150, 150, 150);
}