.inactive {
    display: none;
    visibility: hidden;
}
@media screen and (min-width:992px) {
    .tabs {
        margin-left: 20px;
    }
}
.tabs ul li a {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.tabs ul li.current_tab a {
    cursor: default;
}