.tab-big-container{
    margin-top: 80px;
}

.tab-names-row{
   margin-bottom: 30px;
}

.tab-name-item h2{
    font-size: 13pt !important;      
    color: #585858;
    margin-top: 7px !important;
    margin-bottom: 3px !important;
}

.tab-name-item h2 strong{
    cursor: pointer;   
}
.tab-name-item h2{
    padding-left: 10px;
}

.active-name h2{
    color: #e8c337;    
}

.active-name{
    border-top: 1px solid #e8c337 !important;
    border-bottom: 1px solid white !important;
}

.tab-name-item{
    border-top: 1px solid white;
    border-bottom: 1px solid #eaeaea;
}

.only-border{
    border-top: 1px solid white;
    border-bottom: 1px solid #eaeaea;   
    height: 40px !important;
}

.tab-content-container{ 
}

.tab-content-item{
    display: none;
}

.active-content{ 
}

.tab-content-item ul li{
    color: #e8c337;   
}

@media (min-width: 1200px){
    .tab-content-item{
        display: none;
    }
}

.italic-georgia-container{
    font-style: italic;
}

.italic-georgia-container p, .italic-georgia-container li{
    font-family: Georgia;
}



