@charset "utf-8";

.masthead {
    color: #ffffff;
    font-size: 2.5rem;
    margin: 0;
    padding: 10px;
}

.header-row {
    background-color: #1c3664;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
    *zoom: 1;
}

.header-row:before, .header-row:after {
    content: " ";
    display: table;
}

.header-row:after {
    clear: both;
}

.header-row .column {
    background-color: #1c3664;
    text-align: left
}

.header-row span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#logo {
    float: left;
    margin-right: 10px;
}

#site-name {
    margin: 10px 0 5px;
}

#site-name a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
}
#govotetn-logo img {
    float: right;
}

.primary-header {
    padding-bottom: 0px;
}

.testing-notification {
    color: #F00;
}

#banners h4 {
    text-align: center;
}

#primary-nav {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    list-style: none;
    margin: 0 0 0 15px;
    padding-bottom: 3px;
    text-align: left;
}

#primary-nav li {
    display: inline-block;
}

#primary-nav a {
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    margin: 2px 2px;
    padding: 1px 10px 4px;
    text-decoration: none;
}

#primary-nav a.active {
    border-bottom: 2px solid #fff;
}

#primary-content .button {
    background-color: #1c3664;
}

.election-result-table {
    width: 50%;
}

.election-result-table th {
    text-align: left;
}

.election-result-table .results-header-row th {
    background-color: #EAEAEA;
    font-weight: normal;
}

.election-result-table tbody th {
    font-weight: normal;
}

.govotetn-footer {
    background-color: #1c3664;
    bottom: 0;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 24px;
    padding: 1% 10px 1% 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 64.063em) {
    #govotetn-logo img {
        float: none;
    }
}

#refresh-btn {
    color: black;
}

#refresh-btn:hover, #refresh-btn:focus, #refresh-btn:focus-visible {
    color: white;
}
