@font-face {
    font-family: 'CreativeBlock';
    src: url('../fonts/CREABBRG.TTF') format('truetype');
}

body {
    font-family: 'CreativeBlock';
    background-color: #001f2f;
    background: url('../img/bg.png');
    color: #cccccc;
}

.lightbg {
    background-color: #cccccc;
    color: #001f2f;
}

.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;
}

#tigerurl {
    display: none;
}