.schedule {
    margin: 3rem auto;
    max-width: 1024px;
}

.schedule__heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

.schedule__table {
    border-collapse: collapse;
    margin-top: 1rem;
    width: 100%;
}

.schedule__tableHeader,
.schedule__tableData {
    border: 1px solid #000;
    line-height: 1.5;
    padding: 1rem;
}

.schedule__tableHeader {
    font-weight: 600;
    min-width: 3rem;
}

.schedule__tableHeader--result {
    min-width: auto;
    white-space: nowrap;
}

.schedule__tableRow:nth-of-type(odd) {
    background-color: #eee;
}

.schedule__tableData {
    text-align: center;
}

.schedule__date {
    display: inline-block;
}

.schedule__infoList {
    list-style: none;
}

.schedule__infoLink {
    line-height: 1.5;
    text-decoration: none;
}

.schedule__infoLinkText {
    text-decoration: underline;
}

.schedule__infoLinkIcon {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

@media (width < 768px) {
    .schedule {
        margin: 3rem 1rem;
    }

    .schedule__heading {
        font-size: 1.5rem;
    }

    .schedule__tableData {
        text-align: left;
    }

    .schedule__break {
        display: none;
    }
}
