.tat-head{
   color: #003D63;
   background-color:#222222;
   padding:7px;
   cursor: pointer;
   border-radius:0px;
}
.tat-head.active{
   color: white;
   background-color:#003D63;
}
.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:20px;
    padding-left:25px;
    padding-right:25px;
 /*   position:absolute;
    top:0;
    left:0;*/
}
.tat-entry-container{
    position:relative;
}
.tat-accordion,.tat-togglebox{
    /*border-radius: 5px;*/
}
.tat-togglebox,
.tat-accordion{
    margin-bottom:10px;
}

.tat-togglebox-entry .tat-togglebox {
    margin-bottom:10px;
}

.tat-togglebox.tat-head {
    background-color:#003D63;

}
.tat-togglebox .tat-togglebox-entry.tat-entry .tat-head {
    background-color:#115A8D !important;
    
}
