#CareerMatchHolder
{
    background-color: #007BA8;
}

.progressghost
{ /* Transparent progress bar */
    background-color: #75CBE8;
}

#topbar
{ /* Header */
    height: 52px;
    margin-top: 58px;
}

.option
{ /* Option style */
    background-color: #90D3EA;
}

    .option:hover
    {
        background-color: rgba(144,211,234,0.8);
    }

        div.voted
        {
            background-color: #def7ff;
        }

#careers
{
    background-color: #90D3EA;
}


/* Mobile styles */
@media screen and (max-width:850px)
{
    #topbar
    {
        height: 0;
        margin: 0;
    }
}

