/* /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/DanceTabulation.razor.rz.scp.css */
/* Tabulation is full width of page... */
.tabu[b-3cftb9mjuw] {
    width: 100%;
}

/* ...unless we are at least 920px wide, in which case it's 900px */
@media (min-width: 920px) {
    .tabu[b-3cftb9mjuw] {
        width: 900px;
    }
}

/* Tabulations print at 80% of screen size to fit 900px on 8.5x11 */
@media print {
    .tabu[b-3cftb9mjuw] {
        zoom: 80%;
    }
}
/* /Components/Layout/DanceTabulationBody.razor.rz.scp.css */
/* Table inside tabulation takes full responsive width */
.tabu table[b-abx15s9gl6] {
    width: inherit;
    table-layout: fixed;
    border-collapse: separate;
}

/* Horizontal rule between sections */
.tabu-hr[b-abx15s9gl6] {
    border-top: 1px solid black;
}

/* Tabulation columns */
.tabu-rep[b-abx15s9gl6], .tabu-phr[b-abx15s9gl6], .tabu-cou[b-abx15s9gl6] {
    vertical-align: top;
    line-height: 1.25;
}

/* Tabulation repeat */
.tabu-rep[b-abx15s9gl6] {
    width: 2em;
}

/* Tabulation phrase */
.tabu-phr[b-abx15s9gl6] {
    width: 2em;
}

/* Tabulation count */
.tabu-cou[b-abx15s9gl6] {
    width: 3em;
}

/* Bracket that stretches across multiple rows */
.tabu-bra[b-abx15s9gl6] {
    width: 4px;
}

/* Updated time */
.tabu-upd[b-abx15s9gl6] {
    font-size: x-small;
    text-align: end;
}
/* /Components/Layout/DanceTabulationCell.razor.rz.scp.css */
/* Tabulation columns */
.tabu-ins[b-qvbyg3yvck], .tabu-com[b-qvbyg3yvck], .tabu-tra[b-qvbyg3yvck], .tabu-ori[b-qvbyg3yvck] {
    vertical-align: top;
    line-height: 1.25;
}

/* Tabulation instructions */
.tabu-ins[b-qvbyg3yvck] {
    padding-right: 4px;
}

/* Tabulation comments are italicized */
.tabu-com[b-qvbyg3yvck] {
    font-style: italic;
    padding-right: 4px;
}

/* Tabulation translation and original are small */
.tabu-tra[b-qvbyg3yvck] {
    font-size: x-small;
    padding-right: 4px;
}

.tabu-ori[b-qvbyg3yvck] {
    font-size: x-small;
}

.tabu-brk[b-qvbyg3yvck] {
    border-right: 1px solid black;
    border-radius: 0px 8px 8px 0px;
    width: 4px;
}

/* Cell that spans multiple rows */
.tabu-rws[b-qvbyg3yvck] {
    padding-left: 4px;
    vertical-align: middle;
}
/* /Components/Layout/DanceTabulationFoot.razor.rz.scp.css */
/* Credits */
.tabu-cre[b-5l3jgyp77u] {
    font-size: small;
    margin-bottom: 12px
}

/* Footer translation or original */
.tabu-fto[b-5l3jgyp77u] {
    font-size: x-small;
    margin-bottom: 12px;
}

/* Footer Translation */
.tabu-ftr[b-5l3jgyp77u] {
    width: 50%;
    padding-right: 4px;
}

/* Footer Original */
.tabu-for[b-5l3jgyp77u] {
    width: 50%;
}

/* Notes header */
.tabu-noh[b-5l3jgyp77u] {
    font-size: medium;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px
}

/* Notes */
.tabu-not[b-5l3jgyp77u] {
    font-size: small;
}
/* /Components/Layout/DanceTabulationHead.razor.rz.scp.css */
/* H1 for dance name is centered */
h1[b-xvnuh963yp] {
    text-align: center;
}

    /* No margin between dance name and name translation */
    h1:has(+.tabu-nat)[b-xvnuh963yp] {
        margin-bottom: 0;
    }

/* Center and enlarge name translation */
.tabu-nat[b-xvnuh963yp] {
    text-align: center;
    font-size: 1.25rem;
}

/* Tabulation headers left and right */
.tabu-hel[b-xvnuh963yp] {
    text-align: start;
    line-height: 1.2;
    width: 50%;
}

.tabu-her[b-xvnuh963yp] {
    text-align: end;
    line-height: 1.2;
    width: 50%;
}

    .tabu-hel p[b-xvnuh963yp], .tabu-her p[b-xvnuh963yp] {
        margin-bottom: 0;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Hide navbar when printing */
@media print {
    .navbar[b-cy7ighnymd] {
        display: none !important;
    }
}
/* /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;
}
/* /Components/Pages/Dancing/DancingShop.razor.rz.scp.css */
/* Extra spacing below shop buttons */
.shopItem button[b-oxytej8b3y] {
    margin-bottom: 20px;
}
/* /Components/Pages/Debugging/DebuggingErrors.razor.rz.scp.css */
/* So Errors page can wrap URLs without whitespace */
.wrap-anywhere[b-zzkajzre5c] {
    overflow-wrap: anywhere;
}
