
#tabs_tabbar {
padding-left: 30px;
padding-right: 30px;
color: #fff !important;
background-color: #fff !important;
}

.tabs_button {
padding: 8px 16px;
float: left;
width: auto;
border: 2px;
outline: 0;
color: #fff !important;
background-color: #000 !important;
border: 1px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-left-color: currentcolor;
    border-left-style: none;
border-style: solid;
border-color: black;
}

.tabs_button_high {
padding: 8px 16px;
float: left;
width: auto;
color: #000 !important;
background-color: #fff !important;
outline: 0;
border: 1px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-left-color: currentcolor;
    border-left-style: none;
border-style: solid;
border-color: black;
}


