.blockContent{

    width:100%;

    background-color:#eeeeee;
    margin-top:10px;
    padding:20px;

}
.nav-tabs{

    width:45%;
    height:35px;
    margin-top:20px;


}


@media (max-width: 768px) {
    .tabT {
        font-size: 10px;
    }

    .nav-tabs{
        width:100%;
    }
}

.tabT {
    width:30%;
    height:35px;
    text-align:center;
    line-height: 35px;
    color:#00b0ff;

}

.active{
    width:30%;
    height:35px;
    background-color:#00b0ff;
    color:white;
    text-align:center;
    line-height: 35px;
    border-radius: 5px;

}