html, body {
    background-color: white;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body > main > *:not(:first-child) {
    flex-shrink: 0;
    width: calc( 100% - 280px );
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-notoggle::before {
    display: none !important;
}

.btn-notoggle > svg {
    margin-right: 4px;
    color: #7f7f7f;
}

.person-cards {
    page-break-before: always;
}

.bingo-card {
    width: 50%;
    float: left;
    padding: .33% 0;
}

/* h2 {
    padding-left: .5vw;
    color: #0c1f2d;
} */

.bingo-card table {
    border-collapse: collapse;
    width: 99%;
    margin: 0 auto;
    table-layout: fixed;
}

.bingo-card th, .bingo-card td {
    border: 2px solid #0c1f2d;
    padding: 0;
    text-align: center;
    font-family: 'Impact', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #0c1f2d;
    width: calc(100% / 5);
    max-width: calc(100% / 5);
    height: 0;
    padding-top: calc(100% / 10);
    padding-bottom: calc(100% / 10);
    line-height: 0;
    background-color: #fff;
}

.bingo-card th {
    font-size: 40px;
}

.bingo-card th:not(:last-child) {
    border-right: 0 !important;
}

.bingo-card th:not(:first-child) {
    border-left: 0 !important;
}

.bingo-card tr:nth-child(1) > th,
.bingo-card tr:nth-child(4) > td:nth-child(3) {
    background-color: #007EE5;
    color: #fff;
}

.bingo-card tr:nth-child(4) > td:nth-child(3) {
    position: relative;
}

.bingo-card tr:nth-child(4) > td:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(.7vw) scale(.6);
    transform-origin: center;
}

.no-pattern {
    background: transparent !important;
}