$("cr-alpha-theme").attr("style", "").removeClass("cr-alpha-theme");

.botao {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    color: #555;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    padding: 6px 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    white-space: nowrap;
}

.botao, .botao:hover{
    color: #FFA100;
}