﻿body {
    background: white;
    font-size: 6pt;
}

.inst-count{
    font-size: 8pt;
}
.eight-pt{
    font-size: 8pt;
}
.ten-pt{
    font-size: 10pt;
}
.twelve-pt{
    font-size: 12pt;
}

#sidebar {
    display: none;
}

header {
    display: none;
}

#main {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

.break-after {
        page-break-after: always;
    }

.back-link {
    display: none;
}

.hide-print {
    display: none;
}

.navy-button {
    display: none;
}

.button {
    display: none;
}

button {
    display: none;
}

input[type='submit'] {
    display: none;
}

input[type='button'] {
    display: none;
}


.table th {
    padding: 0px;
}
.table td {
    padding: 0px;
}
.table tr {
    padding: 0px;
    border-bottom: none; 
}

.table-header {
    font-size: 12pt;
}

