input[type="text"] {
    
}

button {
    
}
#booking-package {
	font-size: 20px;
}

#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 div.dayPanel.sat {
    color: blue;
}
#booking-package div.dayPanel.sat div.dayPostion{
	color: #3D3935;
}

#booking-package div.dayPanel.sun {
    color: red;
}
#booking-package div.dayPanel.sun div.dayPostion{
	color: #3D3935;
}

#booking-package input {
    height: 35px;
}

#booking-package .returnButton.bookingButton:hover {
    height: 50px;
    color: #FFF;
    border: none;
    background-color: #AA8749;
}

#booking-package .returnButton.bookingButton {
    height: 50px;
    border: 1px solid #3D3935;
    color: #3D3935;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#booking-package .returnButton {
    height: 35px;
    color:  #3D3935;
    border: 1px solid #3D3935;
    appearance: none;
    -webkit-appearance: none;
}

#returnToCalendarButton {
    width: 100%;
    height: 35px;
}