html {
    -webkit-text-size-adjust: 104%;
    font-size: 0.9375em;
}

body {
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    overflow: auto;
}

table {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-spacing: 0px;
    border-collapse: separate;
}

td {
    margin: 0;
    padding: 0;
}

input[type="checkbox"] {
    cursor: pointer;
}

.body_table_header_td {
    height: 15vh;
}

.body_table_navigation_td {
    height: 3em;
    background-color: rgb(240, 240, 240);
}

.body_table_content_td {
    height: 70vh;
}

h1 {
    font-size: 1.2em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: rgb(54, 54, 54);
    font-weight: 400;
}

h2 {
    font-size: 0.8em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: rgb(54, 54, 54);
    font-weight: 400;
}

a {
    color: #0057C0;
}

a:link {
    text-decoration: none;
    color: rgb(0, 87, 157);
}

a:visited {
    text-decoration: none;
    color: rgb(0, 87, 157);
}

.submit_button {
    position: relative;
    z-index: 10;
    margin: 1em 0 0 0;
    height: 25px;
    border: none;
    float: right;
    padding: 0 1.5em;
    min-width: 50px;
    background: rgb(0, 87, 157);
    color: rgb(255, 255, 255);
}

.submit_button:hover {
    color: rgb(214, 253, 106);
    background: rgb(36, 133, 212);
    cursor: pointer;
}

@media (max-height: 1000px) {
    h1 {
        font-size: 1.2em
    }
    h2 {
        font-size: 0.9em
    }
}

@media (max-height: 770px) {
    h1 {
        font-size: 1.0em
    }
    h2 {
        font-size: 0.7em
    }
}

@media (max-height:440px) {
    h1 {
        font-size: 0.8em
    }
    h2 {
        font-size: 0.6em
    }
}

@media (max-height:320px) {
    h1 {
        font-size: 0.6em
    }
    h2 {
        font-size: 0.4em
    }
}