<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tat a{
   color:#888;
}

.tat ul{
    border-bottom:none;
    margin-bottom:15px;
}

.tat li{
    border-bottom:1px solid #dedede;
    margin-right:20px;
    min-width:125px;
    text-align:center;
}

.tat li.active{
    border-bottom:1px solid #ea167a;
    
}
.tat li.active a{
    color: #ea167a !important;
}

.tat li a{
    background:none !important;
    border:0px !important;
    padding-bottom:4px;
}


.tat-head{
   color: #999999;
   background-color:#222222;
   padding:7px;

  
   cursor: pointer;
}


.tat-head.active{
   color: white;
   background-color:black;
}

.tat-tabs{
    display:inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tat-icon{
margin-right:5px;
}

/*
.tat-tabs-entry{
    border: 2px solid #222222;
}
*/
.tat-entry{
    padding:10px;
 /*   position:absolute;
    top:0;
    left:0;*/
    
}

.tat-entry-container{
    position:relative;
}

.tat-accordion,.tat-togglebox{
    border-radius: 5px;
}</pre></body></html>