sly-tabset {
    background-color: #F8F8F8;
}
sly-tabset .frame {
    overflow: hidden;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    /*padding-left: 10px;*/
}
sly-tabset .frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
}
sly-tabset .frame li {
    display: inline-block;
    padding: 2px 10px 1px 10px;
    width: auto;
    background-color: #F8F8F8;
    color: #666;
    text-align: center;
    cursor: pointer;
    border: solid 1px;
    border-color: transparent transparent #CBC7BF transparent;
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
}
sly-tabset .frame li:not(.active):hover {
    background-color: #F5F5F5;
    border-color: #CBC7BF;
}
sly-tabset .frame .active {
    color: #000;
    border-color: #CBC7BF #CBC7BF transparent #CBC7BF;
}
sly-tabset .scrollbar {
    margin: -3px 0 8px 0;
}
sly-tabset .scrollbar .line {
    height: 1px;
    background: #ccc;
    line-height: 0;
    margin: -3px 0 0 0;
}
sly-tabset .scrollbar .handle {
    width: 100px;
    height: 5px;
    background: #999;
    cursor: pointer;
    border-radius: 3px;
}
sly-tabset .scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
