  .discipline {
    font-family: "Source Sans Pro", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    height: 18px;
    box-sizing: border-box;
    color: rgb(148, 117, 77);
    text-transform: uppercase;
    padding-top: 8px;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.d-flex {
    display: flex!important;
    margin-bottom: 15px;
}

.date-place {
    margin-top: 8px;
    line-height: 1.2;
    width: 50%;
}

.date-place .date {
    font-weight: 600;
}

.date-place .place {
    font-size: .8rem;
}

.sports {
    width: 100%;
}

.events {
    width: 50%;
    margin-top: 8px;
}

.events .event {
    font-size: .8rem;
}

.sked-hr {
    margin: 5px 0;
    border-top: 1px solid #94754d;
    display: none !important;
}
