.outer-container {
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    background-color: white;
    width: 1020px;
}

.outer-container-small {
    margin: 0; padding: 0;
    border: 0px solid #000;
    background-color: white;
    width: 664px;
}

.outer-container-large {
    margin: 0; padding: 0;
    border: 0px solid #000;
    background-color: white;
    width: 1803px;
}

.header-wrapper {
    width: 1020px;
    overflow: hidden;
}

.header-wrapper-small {
    width: 664px;
    overflow: hidden;
}

.header-wrapper-large {
    width: 1803px;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* IE 10+ */
}

.header-wrapper::-webkit-scrollbar {
    display: none;                 /* Chrome/Safari */
}

.header-wrapper-small::-webkit-scrollbar {
    display: none;                 /* Chrome/Safari */
}

.header-wrapper-large::-webkit-scrollbar {
    display: none;                 /* Chrome/Safari */
}

.header-table, .body-table {
    border-collapse: collapse;
    width: 1020px;
    table-layout: fixed;
    border-spacing: 0;
}

.header-table-small, .body-table-small {
    border-collapse: collapse;
    width: 664px;
    table-layout: fixed;
    border-spacing: 0;
}

.header-table-large, .body-table-large {
    border-collapse: collapse;
    width: 1803px;
    table-layout: fixed;
    border-spacing: 0;
}

.body-wrapper {
    width: 1037px; /* 1020 + scrollbar */
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.body-wrapper-small {
    width: 681px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.body-wrapper-large {
    width: 1820px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.body-container {
    width: 1020px;
    overflow: visible;
}

.body-container-small {
    width: 664px;
    overflow: visible;
}

.body-container-large {
    width: 1803px;
    overflow: visible;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    min-width: 102px;
    max-width: 102px;
    border: 1px solid black;
    border-right: 2px solid black;
    z-index: 2;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0; /* ALL CELLS: 2px top/bottom, 0px left/right */
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: white;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

th {
    background-color: #d9e8ff;
    font-weight: 900;
}

.rotated-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    padding: 2px 0;
    height: 133px;
    box-sizing: border-box;
}

.district {
    background-color: #fce5cd;
    color: #000000;
    text-decoration: none;
}

.correct-votes {
    background-color: #fff2cc;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.absent-votes {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.absent-votes-title {
    background-color: #ffffff;
    color: #ff00ff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.awol-votes {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.awol-votes-title {
    background-color: #ffffff;
    color: #ff0000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.cc-votes {
    background-color: #ffff00;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.cc-votes-title {
    background-color: #ffff00;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.total-votes {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.total-votes-title {
    background-color: #ffffff;
    color: #9900ff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.final-score {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.final-score-title {
    background-color: #ffffff;
    color: #ff0000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.final-score-leader {
    background-color: #38761d;
    color: #ffff00;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.final-score-second {
    background-color: #b7b7b7;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.separator {
    background-color: #000000;
}

.none {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.none a {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}

.researching {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.researching a {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}

.reject {
    background-color: #f4cccc;
    color: #990000;
    text-decoration: none;
}

.reject a {
    color: #990000;
    text-decoration: none;
    font-weight: 800;
}

.accept {
    background-color: #d9ead3;
    color: #38761d;
    text-decoration: none;
}

.accept a {
    color: #38761d;
    text-decoration: none;
    font-weight: 800;
}

.autmodo {
    background-color: #c9daf8;
    color: #1155cc;
    text-decoration: none;
}

.autmodo a {
    color: #1155cc;
    text-decoration: none;
    font-weight: 800;
}

.highlight {
    background-color: #ffe58f !important;
}
        
.responseFrame {
    /* display: none; */
    min-width: 662px;
    max-width: 662px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.borderless {
    border: 0px;
}

#exportButton {
    /* position: fixed; */
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: white;
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    z-index: 1000;
}

#exportButton img {
    width: 15px;
    height: 15px;
}