#tabbed label.tabs {
    /*background: #2C7530;*/
    /*background-color:#00923F;
    color: #333;*/
background-color: #EAB82C;
color: #333 !important;
font-weight: bold;
}

    #tabbed label.tabs:hover,
    #tabbed label.tabs:focus {
        /*background: #00923F;*/
        background-color:#F0BC2D;
    }

#tabbed .cell.table.first.blue {
    background: #a0c549;
}

#tabbed p.framed-quote {
    background: #bcdd6b;
    color: #333;
}

#tabbed p.quote {
    color: #a0c549;
}

#tabbed p.framed-quote.arrow-left:before {
    border-color: transparent #bcdd6b transparent transparent;
}

#tabbed .button.blue {
    background: #2B732F;
    color: #fff;
}

    #tabbed .button.blue:hover {
        background: #333;
        color: #fff;
    }

#tabbed .button.black:hover {
    background: #777;
}

#tabbed .title.large {
    color: #2B732F;
}

#tabbed a {
    color: #a0c549;
}

#tabbed input.reset:hover {
    color: #bcdd6b;
}
