.blockContent {

    width: 100%;

    background-color: #eeeeee;
    margin-top: 10px;
    padding: 20px;

}

.nav-tabs {

    width: 300px;
    height: 35px;
    margin-top: 20px;

}

.tabT {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #00b0ff;

}

.active {
    width: 100px;
    height: 35px;
    background-color: #00b0ff;
    color: white;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;

}