.ts-booking-button{
    margin: 0 0 28px;
    padding: 0;
}
.ts-booking-button a{
        background: #01cb68;
    border: 1px solid;
    color: #fcfcfc;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 9px 26px;
    text-transform: uppercase;
    width: auto;
}
.ts-booking-link{
    background-color: #01cb68;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.ts-booking-table table {
    margin-bottom: 28px;
}

.ts-booking-table tbody {
    border-bottom: 2px solid #e5e5e5;
}
.ts-booking-table td {
        border: 0;
    border-top: 2px solid #e5e5e5;
    padding: 6px 0;
}
.ts-booking-table td,.ts-booking-table th {
    text-align: left;
}
.ts-booking-table td.fh-tab {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
}
.ts-booking-calendar iframe{
    height: 400px;
}