/* /Components/Layout/Banner.razor.rz.scp.css */
/* Hide banner when printing */
@media print {
    .banner[b-kfqrhe8xoc] {
        display: none !important;
    }
}

/* Get banner link to acceptable color contrast */
.banner a[b-kfqrhe8xoc] {
    color: #0d5ded;
 }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Pages/Coding/CodingTeals.razor.rz.scp.css */
/* Different colors for different types of days on TEALS page */
.pd-curr-project td[b-rflvcfphp6] {
    color: green !important;
}

.pd-curr-test td[b-rflvcfphp6] {
    color: mediumblue !important;
}

.pd-curr-noclass td[b-rflvcfphp6] {
    color: darkred !important;
}
