body{ 
    background: url(images/challenger-bg.jpg) gray center center no-repeat; 
    background-size: cover;
}
    
li {
    font-family:'Baloo 2', cursive;
    cursor: pointer;
   padding-right:20px;
}
li:first-child{
    padding-top:20px;
}

li:last-child{
    padding-bottom:20px;
}

ol{
    display: inline-block;
    background: #ffffffc7;
    border-radius: 9px;
 } 

#info{
    background: #ffffff50;
}

#info > div {
    font-family:Arial;
    border:solid 1px white;
    border-right:none;
    padding:10px;
    min-width:100px;
    font-size:28px;
}

#info > div:last-child{
    border-right:solid 1px white;
    font-size:14px;
}

#info > div > div {
    text-transform: uppercase;
    font-size:12px;
    padding-bottom: 5px;
}
#vote { position: absolute; right:20px; top:10px;  }

#carList {display:inline-flex; flex-direction:column; }

#results div{
    padding:10px;
}

.voteButton{
    border: solid 1px black;
    transition: background .5s;
    background: #ffffffa8;
    cursor: pointer;
    padding-right:10px;
}



.voteButton:hover{
    border: solid 1px black;
    background: #0400ffad;
    color: white;
}







