@font-face {
    font-family: 'SBLTitle';
    src: url('../fonts/NeueHaasGroteskText-Bold.otf');
}

@font-face {
    font-family: 'SBLBody';
    src: url('../fonts/PublicSans-Regular.otf');
}

body {
    font-family: 'SBLBody';
}

.SBL-Logo {
    font-family: 'SBLTitle';
}

td {
    font-size: small
}

td:nth-of-type(1) {
    font-weight: bold
}

td:nth-of-type(2) {
    border-left: .15vw black solid;
    border-right: .15vw black solid;
}

td:nth-of-type(3) {
    color: grey;

}

.status-row {
    border-radius: 0.75em !important;
    overflow: clip !important;
}

.status-shading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.6);
    z-index: 5;
    pointer-events: auto;
    user-select: none;
    cursor: not-allowed;
}