.bkj-w3tabs [role='tab'] {
    background: #f1f1f1 url('../images/ui-bg_fine-grain_10_f8f7f6_60x60.png') 50% 50% repeat;
    border: 1px solid #cbc7bd;
    border-bottom: none;
    padding: .35em .5em;
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 4px 0px 0px 4px;
    color: #654b24;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
}

.bkj-w3tabs {
    min-height: 400px;
    /* reserve space while JS decides which panel to show */
    display: block;
    position: relative;
    border: 5px solid #eceadf !important;
    border-radius: 9px;
    background: #f8f7f6 url('../images/ui-bg_fine-grain_15_ffffff_60x60.png') 50% 50% repeat;
    box-shadow: inset 0 0 0 1px #d4d1bf;
}

.bkj-w3tabs [role='tabpanel'] {
    background: #eceadf url('../images/ui-bg_fine-grain_10_eceadf_60x60.png') 50% 50% repeat;
    padding: 12px;
    border-radius: 0px 0px 4px 4px;
    margin-top: -1px;
    position: relative;
    z-index: 5;
    min-height: auto !important;
}


/* Active tab */
.bkj-w3tabs [role='tab'][aria-selected='true'] {
    background: #eceadf url('../images/ui-bg_fine-grain_10_eceadf_60x60.png') 50% 50% repeat !important;
    border-bottom: 1px solid #eceadf !important;
    z-index: 10;
}

.bkj-w3tabs [role='tab']:hover {
    background: #654b24 url('../images/ui-bg_fine-grain_65_654b24_60x60.png') 50% 50% repeat !important;
    color: white !important;
}