<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabbed_area ul.tabs {
    background-color: #FFFFFF;
    border-bottom: 1px solid #007836;
    height: 29px;
    padding-left: 1px !important;
    width: auto;
    z-index: 999;
    margin: 0;
}
.tabbed_area ul.tabs li {
    list-style: none;
    float: left;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin: 0 0 0 -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabbed_area ul.tabs li a {
    border:none;
    background-color: #4A8E55;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #F0F0F0;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-decoration: none;
}

.tabbed_area ul.tabs li a:hover {
    color: #FFF ;
}

.tabbed_area ul.tabs li.active {
    border: 1px solid #007836;
    border-bottom: none;
    background:#fff;
    height: 29px;
    position: relative;
    z-index: 1;
}

.tabbed_area ul.tabs li.active a {
    color: #007836 ;
    border:none;
    background: #fff;
}
</pre></body></html>