.layout_v3 .ui-button, .layout_v3 .ui-button:hover, .layout_v3 .ui-button:focus {
    background-color: #2e2e2e;
    color: white;
    border-width: 0;
    border-radius: 0;
}

.layout_v3 .ui-button:focus {
    color: #cab57d;
}

.layout_v3 .ui-button:hover {
    background-color: #cab57d;
}

.layout_v3 .ui-button:focus:hover {
    color: #fff;
}