#CareerMatchHolder
{
    background-color: #007BA8;
}

.progressghost
{ /* Transparent progress bar */
    background-color: #75CBE8;
}

.option
{ /* Option style */
    background-color: #90D3EA;
}

    .option:hover
    {
        background-color: #bceaf9;
    }

        div.voted
        {
            background-color: #def7ff;
        }

#careers
{
    background-color: #90D3EA;
}