#topMenu {
    background-color: #222;
    overflow: auto;
}

#box {
    background-color: #111111;
    position: relative;
    /*margin:0 auto;*/
    padding: 5px;
    width: 90%;
}

.tabset-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 25px;
}

/* .nav-tabs > li {
  display: table;
}
.nav-tabs > li > a {
  display: table-cell;
  vertical-align: middle;
  margin: 0 20px 0 20px;
}

.nav-tabs > li,
.nav-tabs > li > a {
  height: 42px;
  font-family: inherit;
} */

.tabset-list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 1900px;
    margin-left: 12px;
    margin-top: 0px;
}

    .tabset-list li {
        display: table;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
        width: auto !important; 
        /*height: 35px !important;*/
    }

        .tabset-list li a {
            display: table-cell;
            vertical-align: middle;
            margin: 0 20px 0 20px;
            font-family: Tahoma, Geneva, sans-serif !important;
            font-weight: normal !important;
            padding: 0 30px 0 30px;
            /*height: 50px;*/
        }

        .tabset-list > li.active > a {
            font-weight: bold !important;
        }

        .tabset-list > li.disabled > a,
        .tabset-list > li.disabled > a:hover {
            color: #acacac;
            cursor: default !important;
        }

        

.scroller {
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 7px;
    /*padding-top: 11px;*/
    white-space: no-wrap;
    /* vertical-align:middle; */
    background-color: #fff;
}

.scroller-right {
    float: right !important;
}

.scroller-left {
    float: left !important;
}

.item {
    padding: 10px;
    /*float:left;*/
    display: table-cell;
    margin: 1px;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    border: 1px dotted #111;
    vertical-align: middle;
}
