/** s4 Tabs **/
.s4-tabs {
    overflow: visible;
    /*background: rgba(0, 0, 0, 0.05);*/
    display: table;
    table-layout: fixed;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
    text-transform: uppercase;
    font-weight: bold;
}

.s4-tabs > a {
    display: table-cell;
    width: auto;
    text-align: center;
}


.s4-tabs > a:not(.active) {

}

.s4-tabs > a {
    position: relative;
    padding: 10px 0;
}

.s4-tabs > a.active:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
}

/* end s4 Tabs */