#schedule {
    background-color: black;
    color: white;
    padding-top: 12px;
    background-color: #241d80 !important;

    h1, h2, h3, h4, h5, h6 {
        color: white;
    }

    .schedule-item p {
        color: white;
        opacity: 0.7;
    }

    .nav-tabs a {
        background-color: #6e50c1;
    }

    .tab-pane {
        border: none;
    }

    .nav-tabs a.active {
        background-color: #f86822;
    }
}
