<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .gradient {
     background: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
}
.navbar {
     height: 85px;
}
 main {
     padding-top: 2.5rem;
}
.border {border: none !important; width:100%;height:12px;background:linear-gradient(-45deg,#1b4167 0,#1b4167 33.3%,#026e3a 33.3%,#026e3a 66.6%,#ffc20b 66.6%,#ffc20b 100%)}
/* Updates to SOC */
.schedule .table tbody tr td {
     min-width: auto;
}
.schedule .item-results {
     margin-top: 1.875rem;
}
/* By default, hide the button */
.schedule #resultsButton {
     margin-top: 5px;
     display: block;
}
/* Show the button only when the screen width is less than 768 pixels */
 @media (min-width: 768px) {
  .schedule   #resultsButton {
         display: none;
    }
}
.schedule .pagination {
     flex-wrap: wrap 
}
.schedule .form-check input[type=checkbox] {
     min-width: 30px;
     align-self: self-start;
}

form {
    max-width: 100%;
}

 form .form-select:focus, form .form-select:focus-visible {
     outline: 3px solid #050607;
}
 .form-control:focus {
     border: 3px solid rgba(5, 6, 7, 0.5);
}
.navbar-toggler-icon {
     background-image: url('/dist/images/sites/academics/schedule/filter-left.svg') 
}
.schedule #sidebarMenu {
     background-color: #296039
}
.schedule .form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
}

.schedule form .form-select:focus, form .form-select:focus-visible {
    outline: 3px solid #ffc20b;
}
.schedule .form-control:focus {
    border: 3px solid #ffc20b;
}
#toggle-menu-button {
     font-size: .9em;
     padding-left: 6px;
     padding-right: 6px;
     margin-right: 1rem;
}

h1 {
    margin-top: 0;
}</pre></body></html>