/* 
    Created on : 18.2.2020, 8:52:49
    Author     : TB
*/

@charset 'UTF-8';


.tabs-outer-container .classic-tabs {
    
}

.tabs-outer-container .classic-tabs ul {
    background: #eee !important;
    background: transparent !important;
    
    border-bottom: 1px solid #eee;
}

.tabs-outer-container .classic-tabs ul li a {
    color: #aaa !important;
}

.tabs-outer-container .classic-tabs ul li a.active {
    color: #111 !important;
    border-color: #111 !important;
}

.tabs-outer-container .classic-tabs .nav li:first-child {
    
    margin-left: 0px;
}