.light-tabs .navigation a.active{
    text-decoration: none;
    font-weight: bold;
    cursor: text;
}
.light-tabs .container .tab{
    display: none;
}
.light-tabs .container div.active{
    display: block;
}
.light-tabs .navigation{
    line-height: 100%;
}
