#election-results {
    width: 100%;
}

#live-election-button-container {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
#live-election-button-wrapper {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
}
#live-election-button {
    background: url('../img/militarylife1.png') 0 0 no-repeat;
    background-size: 180px 120px;
    width: 180px;
    height: 120px;
    display: block;
    margin-top: 40px;
    pointer-events: all;
}
#live-election-button:hover {
    background: url('../img/militarylife2.png') 0 0 no-repeat;
    background-size: 180px 120px;
}
#election-blog-button {
    background: url('../img/BlogUp.png') 0 0 no-repeat;
    background-size: 180px 120px;
    width: 180px;
    height: 120px;
    display: block;
    margin-top: -120px;
    float: right;
}
#election-blog-button:hover {
    background: url('../img/BlogDown.png') 0 0 no-repeat;
    background-size: 180px 120px;
}
@media (max-width: 1200px) {
    #live-election-button-wrapper {
        width: 920px;
    }
}
@media (max-width: 1023px) {
    #live-election-button-wrapper {
        width: 900px;
    }
    #live-election-button {
        margin-top: 20px;
    }
}
@media (max-width: 923px) {
    #live-election-button-wrapper {
        width: 100%;
    }
    #live-election-button {
        margin-top: 20px;
        margin-left: 50px;
    }
    #election-blog-button {
        margin-right: 50px;
    }
}

#election-results-header,
#election-results-summary {
    width: 100%;
    text-align: center;
}

.election-results-result {
    padding-top: 10px;
}

.election-results-result-header .expand {
    display: block;
    background: url('../img/symbolic/31-circle-plus@2x.png') 10px 8px no-repeat;
    background-size: 24px 24px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 24px;
    float: left;
}
h3.election-results-result-header:hover:after {
/*   box-shadow: 0 2px 6px #ccc, inset 0 2px 3px #bbb; */
}
.election-results-result-header {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
    background: #eee;
    cursor: pointer;
    text-transform: capitalize;
    padding-left: 15px;
    height: 40px;
}
.election-results-result-header-title {
    width: calc(100% - 50px);
    float: left;
}
.election-results-result-header-title h3 {
    padding-top: 5px;
    line-height: 32px;
    margin: 0px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .election-results-result-header-title h3 {
        font-size: 11px;
    }
}

.election-results-result-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.election-results-result-body > table {
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
}

.election-results-result-body > table > tbody > tr > td {
    font-size: 14px;
}
@media (max-width: 767px) {
    .election-results-result-body > table > tbody > tr > td {
        font-size: 10px;
    }
}

.election-results-result-body > table > thead > tr > td:nth-child(3),
.election-results-result-body > table > tbody > tr > td:nth-child(3),
.election-results-result-body > table > tbody > tr > td:nth-child(4) {
    text-align: right;
}

#election-results-results > div:nth-child(1) > div > table > tbody > tr.spacer {
    height: 30px;
}

#election-results td {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
#election-results-results > div > div > table > tbody > tr:hover {
    background-color: #eee;
}
#election-results-results > div > div > table > tbody > tr:nth-child(5):hover {
    background-color: transparent;
}

/*#election-results tbody tr td:first-child {
    border-radius: 50px 0 0 50px;
}

#election-results tbody tr td:last-child {
    border-radius: 0 50px 50px 0;
    }*/

#election-results tbody tr.gray-row {
    background: #f7f7f7;
}
#election-results tbody tr.gray-row td,
.DEM-row,
.REP-row,
.LIB-row,
.NA-row,
.CON-row {
    border-bottom: 1px solid white;
}

.DEM-row > td:first-child,
.REP-row > td:first-child,
.LIB-row > td:first-child,
.NA-row > td:first-child,
.CON-row > td:first-child{
    font-weight: bold;
}


tr.spacer {
    height: 25px;
}

.DEM-row {
    background: #f6f5fb;
}
.REP-row {
    background: #fdf7f4;
}
.LIB-row {
    background: #fffcf4;
}
.CON-row {
    background: rgba(195, 8, 8, 0.04);
}

.DEM,
.REP,
.LIB,
.NA,
.CON {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: white;
}
.DEM {
    background: #233986;
}
.REP {
    background: #cc2425;
}
.LIB {
    background: #fec629;
}
.NA {
    background: #e3e4e6;
}
.CON {
    background: #990000;
}