.booking_font_custom {
    font-family: 'Libre Baskerville';
}

.booking_month_name {
    width: auto;
    text-align: left;
    position: relative;
	display: inline-block;
}
.booking_month_year {
    display: inline-block;
}
.booking_month_container {
    width: auto;
}
.booking_month_nav_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 25px;
    margin-left: 5px;
    padding: 0;
}
.booking_mont_nav_button_container {
    margin-top: 20px;
}
.booking_month_nav_button img {
    width: 15px;
    margin-left: 10px;
    margin-top: 3.5px;
}

.booking_day_container a,
.booking_day_container{
    height: 80px;
}

.booking_day_name {
    font-size: 14px;
	overflow: hidden;
}

.booking_margin_t_10.booking_width_100p  {
    padding-top: 15px;
}
.booking_padding_10 {
    padding: 0;
}
.booking_margin_t_5 {
    margin-top: 8px;
}

.booking_public_button, #booking_submit_button {
    height: auto;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3em;
    border-radius: 0px;
    padding: 16px 30px !important;
}

.booking_width_98p {
    width: 99%;
}

.booking_hover_567:hover {
    color: #ba994c;
}

.booking_margin_r_2p {
    margin-bottom: 2%;
}

.booking_select_calendar_container {
    float: right;
    width: auto;
}
.booking_select_calendar_container .booking_float_right {
    float: none;
    display: inline-block;
}
.booking_select_calendar_container .booking_cleardiv {
    clear: none;
    display: inline-block;
}
.booking_select_calendar_container #booking_calendar_select {
    float: none;
    display: inline-block;
	    background-color: #F7F7EF;
}