.scrtabs-tab-container * {
    box-sizing: border-box
}

.scrtabs-tab-container {
    height: 60px
}

.scrtabs-tab-container .tab-content {
    clear: left
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 70px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
    overflow-x: auto
}

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
    display: none
}

.scrtabs-tabs-movable-container {
    position: relative
}

.scrtabs-tabs-movable-container .tab-content {
    display: none
}

.scrtabs-tab-scroll-arrow {
    border-top: none;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 12px;
    height: 60px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 50px
}

.scrtabs-tab-scroll-arrow:hover {
    background-color: #eee
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    color: #ddd;
    cursor: default
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap
}