.cw2-schedule-section .title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
}

.cw2-schedule-section .description {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.cw2-schedule-section .description a {
    border-bottom: 2px solid #fdc743;
    text-decoration: none;
    transition: none;
}

.cw2-schedule-section .description a:hover {
    border: none;
}

.cw2-schedule-section table {
    width: 100%;
    min-width: 950px;
    border-collapse: collapse;
    margin-top: 30px;
}

.cw2-schedule-section table thead th {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #fafafa;
    text-align: left;
    font-size: 16px;
    color: #919296;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

.cw2-schedule-section table tbody {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.cw2-schedule-section table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.cw2-schedule-section table tbody td {
    padding-top: 29px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
}

.cw2-schedule-section table tbody td.time {
    font-weight: 400;
}

.cw2-schedule-section table tbody td.time span {
    display: flex;
    align-items: center;
}

.cw2-schedule-section table tbody td.time .icon {
    flex: 0 0 19px;
    width: 19px;
    margin-right: 6px;
    color: #fdc743;
}

.cw2-schedule-section table th,
.cw2-schedule-section table td {
    width: auto;
    vertical-align: top;
    padding-left: 11px;
    padding-right: 11px;
}

.cw2-schedule-section table .time {
    width: 200px;
}

.cw2-schedule-section table .button {
    width: 140px;
    padding-right: 0;
}

.cw2-schedule-section table .button .btn {
    min-width: 125px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
}

.cw2-schedule-section .buttons {
    margin-top: 20px;
}

.cw2-schedule-section .buttons .btn {
    font-size: 20px;
}

@media screen and (max-width: 640px) {
    .cw2-schedule-section table {
        min-width: 440px;
    }

    .cw2-schedule-section table tbody {
        font-size: 16px !important;
    }

    .cw2-schedule-section table .time {
        width: 110px;
    }

    .cw2-schedule-section table tbody td.time span {
        display: unset;
    }

    .cw2-schedule-section table tbody td.time .icon {
        display: block;
    }
}
