.day_date_item {
    width: 120px;font-size: 14px;
    text-align: center;
    border: solid 1px #cecece;


}.day_date_item span {
    height: 30px; line-height: 30px;
 }

.day_date_item span.day_date_title  {
     background-color: #eee7dd;
}

.day_date_item2 {
    margin-left: 10px;
}

.price_item_title {
    margin-bottom: 20px;
}


.cs_table  td, .cs_table  th{
    text-align: center;
    font-size: 14px;
}
.cs_table  .thead-dark {
    background-color: #202438 !important;
}

.cs_table .thead-dark th {
    background-color: #202438 !important;
}
.day_date_td {
     width: 300px  ;


    vertical-align: middle !important;
}

.week_date {
    font-size: 18px;
    margin-top: 20px;
}

.price_item_container {
    padding: 0 30px;
    margin-top: 50px;
}

@media (max-width: 992px) {
    .cs_table_box {

        overflow-x: scroll; font-size: 12px !important;
    }


    .cs_table_box_in {
        width: 960px;
    }

    .day_date_td {
         width: 120px  ;


         vertical-align: middle !important;
     }



}


