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 {
    background-color: #FF0000;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: opacity .3s;
}

#booking-package .bookingButton {
    background-color: #FF0000;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: opacity .3s;
}
#booking-package_inputFormPanel #returnToSchedules {
    background-color: #9f9f9f;
    width: 100%;
    height: 60px;
    margin-top: 0px;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: opacity .3s;
}
#booking-package_schedulePage button {
    background-color: #9f9f9f;
    width: 100px;
    height: 40px;
    margin-top: 0px;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: opacity .3s;
}
#booking-package_inputFormPanel .bottomBarPanel {
    padding: 5px;
}
#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}