.table-schedule-mob {
    display: none;
}

.table-schedule-mob__line {
    margin: 10px 0;
}

.table-schedule-mob__title, .table-schedule-mob__item {
    padding: 10px;
    background: #233140;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.table-schedule-mob__title {

}

.table-schedule-mob__item {
    border-top: 1px solid #fff;
}

.table-schedule-mob__item:first-child {
    border-top: 0;
}

.table-schedule {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.table-schedule tr th, .table-schedule tr td {
    padding: 10px;
    background: #233140;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.table-schedule tr th {
}

.table-schedule tr td.date, .table-schedule tr td.time {
    font-weight: bold;
    line-height: 23px;
}

.table-schedule tr td:first-child {
    width: 90px;
}

@media screen and (max-width: 991px) {
    .table-schedule tr td.date, .table-schedule tr td.time {
        font-weight: normal;
        line-height: 16px;
    }

    .table-schedule tr td.time {
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
    .table-schedule {
        display: none;
    }

    .table-schedule-mob {
        display: block;
    }
}
