.tab-container ul.etabs {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ccc;
    float: left;
    border: 1px solid #ececec;
    border-left: 4px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.tab-container li.tab {
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 205px;
}
.tab-container ul.etabs li.tab a {
    display: block;
    padding: 8px 14px;
    outline: none;
    background: white;
    border-bottom: 1px solid #ececec;
    text-decoration: none !important;
    font-size:13px;
}
.tab-container .panel-container {
    background: #fff;
    padding-top: 5px;
    margin-left: 215px;
    border-top: 2px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.clear {
    clear:both;
}

.panel-container > div {
    padding: 20px;
}

.tab a.active {
    background: #d9edf7 !important;
}

.wrap > h2.section-title {
    margin-bottom: 27px !important;
    border-bottom: 2px solid gainsboro;
}

.white-container {
    background: white;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}


.tab-container-bottom {
    width: 100%;
    padding: 0;
    clear: both;
}
.tab-container-bottom .panel-container {
    border-bottom: none;
    padding: 10px;
    margin-bottom: 0;
}
.tab-container-bottom ul.etabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-container-bottom ul.etabs li.tab {
    float: left;
    width: 16.66666666666667%;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: solid 1px;
}
.tab-container-bottom ul.etabs li.tab a {
    display: block;
    padding: 5px 9px !important;
    text-align: center;
    box-shadow: -2px 0 2px -2px rgba(0, 0, 0, .1);
    top: -1px;
    line-height: 18px;
    letter-spacing: 1px;
    color: white;
    background: #5fae53;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
    background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
    background: -moz-linear-gradient(top, #5fae53, #3b7c33);
    background: -ms-linear-gradient(top, #5fae53, #3b7c33);
    background: -o-linear-gradient(top, #5fae53, #3b7c33);
    text-shadow: 0 1px 0 #387031;
    text-decoration: none;
    border: 1px solid #336c2b;
    border-top-width: 0;
}
.tab-container-bottom ul.etabs li.tab a:hover {
    background: #3b7c33 !important;
    font-weight: lighter;
}