
.season-grid-filter {
    max-height: 680px;
    overflow: auto;
}

    .season-grid-filter .list-group-item {
        border: 0;
    }

        .season-grid-filter .list-group-item label {
            width: 100%;
        }

    .season-grid-filter .accordion-button:focus {
        border-color: inherit;
        box-shadow: unset;
    }

    .season-grid-filter .days-filter .am-pm-container {
        border-top: 1px solid rgba(0,0,0,.125);
    }
.program-title {
    color: #0d6efd !important;
}
    .program-title:hover, .program-title:focus {
        color: #f06d00 !important;
        text-decoration: none !important;
    }
.grid-vertical-top td {
    vertical-align: top !important;
}