body {
    background-color: #ededed;
    color: #4d4d4d;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.5rem;
}

a {
    color: #1b78d0;
    text-decoration: none;
}

.check-text {
    font-family: "Roboto Light", sans-serif;
    background: linear-gradient(to bottom, #f5f5f5 0%, #ededed 100%);
    margin: 1% 0;
    padding: 1% 1%;
    width: 88.2vw;
    font-size: 1.5rem;
}

.paper {
    background-color: #ffffff;
    margin: 1% 1%;
    padding: 1% 4%;
    min-height: 90vh;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.paper h1,
h2 {
    font-weight: normal;
    border-bottom: 1px solid #d59020;
}

#target_pgn {
    min-width: 87.8vw;
    min-height: 40vh;
}

.settings_table {
    width: 100%;
    padding: 1% 1%;
    font-size: 0.85em;
    text-align: center;
}

.fixed-table {
    table-layout: fixed;
}

.settings_table th,
td {
    border: 1px solid black;
}

#scoresheet_pages,
#scoresheet_pages_mobile {
    display: none;
}

.scoresheet_page {
    min-height: 97.5vh;
}
