﻿.tabs .tab a{
    color:#fff
}
.tabs .tab a:hover{
    color:#fff;
}
.tabs .indicator{
    background-color:#fff ;
}

#lisans, #lisans-ustu{
    font-size:1.2em;
    /*font-weight:200;*/
    letter-spacing:1px;
    line-height:25px;
    text-align:justify;
}

    #lisans h4, #lisans-ustu h4 {
    line-height:45px;
    font-weight:200
    }
     .tabs.dikey{
         display:block;
         height:auto;
         margin-bottom:10px
     }
    .tabs.dikey li.tab{
        float:none;
        display:block;
        width:100%;
        text-align:left;
        border-bottom:1px solid #3c4f58;
        line-height:45px;
        height:45px;
        box-sizing:border-box;
    }
    .tabs.dikey li.tab a{
        padding:0 10px;
        display:block;
        box-sizing:border-box;

    }
        .tabs.dikey li.tab a.active {
        background:#3c4f58;
        }

   .tabs.dikey .indicator{
        display:none;
    }
   .tab-detay>div p{
       padding:0;
       margin:0;
       margin-bottom:5px;
   }

.dikey-tab{
    padding-bottom:20px;
}

.tabs .tab a.active{
    color:#00adca
}