﻿.tabs .ajax__tab_header
:after {
    clear: both;
}

.tabs .ajax__tab_header:before, .tabs .ajax__tab_header:after {
    content: "";
    display: table;
}


 
span.ajax__tab_active .ajax__tab_outer .ajax__tab_inner{  
    min-height: 45px !important; 
    border-top-width:3px !important;
    border-top-color:Green!important;
}  

   
span.ajax__tab_tab {  
    min-height: 45px !important;  
     background-image:none !important;
     
     font-size:1.1em;
}  
span.ajax__tab_outer {  
    min-height: 45px !important;  
    background-image:none!important;
}  

span.ajax__tab_inner {  
    min-height: 45px !important; 
    background-image:none!important;
    border-style:solid;
    border-width:1px;
    border-color:Gray;
     border-top-width:3px !important;
    border-top-color:Red!important; 
}  
