body {
    background-image: url("img/oee.jpg");
    font-family: Roboto, sans-serif;
    font-size: smaller;
}

.votes_1 {
    padding: auto;
}
.votes_2 {
    padding: auto;
}
.res_totalVCs {
    font-weight: bold;
}
.res_countedVCs {
    font-weight: bold;
}
.res_totalVotes {
    font-weight: bold;
}
.res_validVotes {
    font-weight: bold;
}
.res_invalidVotes {
    font-weight: bold;
}
.res_whiteVotes {
    font-weight: bold;
}
.resultsTable {
    margin-top: 2em;
    width:100%;
    /* width: 758px; */
    border-spacing: 0px;
}
.bar {
    background-color: black;
}
tr:nth-child(even) {
    background-color:rgba(102, 97, 97, 0.3);
}
tr:nth-child(odd) {
    background-color:rgba(255, 255, 255, 0.4);
}
th {
    font-size: larger;
    vertical-align: top;
    border-right: 1px solid  black;
    border-bottom: 1px solid  black;
    padding: 1em 0.3em;
    background-color: rgba(95, 158, 160, 0.4);
}
td {
    margin: 0px;
    padding: 0.3em;
    border-right: 1px solid  black;
}
.cellName {
    width:50%;
    height: 3.5em;
    /* white-space: nowrap; */
    min-width: 50%;
    text-align: right;
    
}
.cellBar {
    min-width: 100px;
    width: 100%;
}
.cellPercent {
    padding: auto;
    text-align: center;
}
.cellVotes {
    padding: auto;
    text-align: center;
    
}