body {
    background-color: #333333;
    color: #cccccc;
}

.middlebox {
    background-color: #cccccc;
    color: #101010;
    border-radius: 25px;
}

.jumbotron {
    max-height: 80%;
    height: 80%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #d5d5d5;
}

.voteheader {
    background-color: #f5f5f5;
}

.votebutton {
    width: 10em;
}

#results {
    display: none;
}