.cal_form {
    max-width: 980px;
    position: relative;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}
.cal_form .cal_wrap {
    overflow: hidden;
    background-color: #f0f5f0;
}
.cal_form .cal_wrap .date {
    float: left;
    border-bottom: 1px solid #c0d5c0;
    padding: 10px 16px;
}
.cal_form .cal_wrap .date .date_dow {

}
.cal_form .cal_wrap .date .date_num {
    font-size: 1.3em;
    display: block;
    font-weight: 500;
    color: #333;
}
.date {
    width: 100%;
}
.date .time {
    margin-bottom: 8px;
    cursor: pointer;
}
.date .time .close {
    color: #ccc;
    background-color: #eee;
    border: 0px;
}
.date .time a {
    border-radius: 4px;
    border: 1px solid #7AA897;
    background-color: #fff;
    text-align: center;
    -webkit-transition: background-color .1s linear,color .1s linear,opacity .1s;
}
.date .time a {
    font-weight: 600;
    text-decoration: none;
    color: currentColor;
    -o-transition: background-color .1s linear,color .1s linear,opacity .1s;
    transition: background-color .1s linear,color .1s linear,opacity .1s;
}
.date .time a.highlight {
    background: #7AA897;
    color: white;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bookingInfo {
    background-color: #eee;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    margin: 16px auto 32px;
}
.bookingInfo p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.bookingDate,.bookingTime {
    margin-bottom: 8px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}
@media only screen and (min-width: 600px) {
    .date .time a {
        height: 54px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
	 .date .time a:hover {
	 background: #DFE9E5;
	 }
    .date .time {
        display: table;
        width: 100%;
    }
    .date {
        width: 14.285%
    }
    .cal_form .cal_wrap .date .date_full {
        display: none;
    }
}
@media only screen and (max-width: 599px){

    .date {
        position: relative;
        width: 100%;
    }
    .date .time {
        width: 28%;
        display: inline-table;
        padding-left: 2px;
        padding-right: 2px;
        cursor: pointer;
        font-size: 1em;
        margin-bottom: 0;
        float: none;
        margin-right: 4px;
    }
    .date .time a {
        height: 54px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    .date .date_times {
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 16px;
        margin-top: 8px;
        overflow: auto;
    }
    .cal_form .cal_wrap .date .date_full {
        display: block;
    }
    .cal_form .cal_wrap .date .date_dow {
        display: none;
    }
    .cal_form .cal_wrap .date .date_num {
        display: none;
    }
}
