.demo{margin: 10px 10px;}

.slider-container .back-bar {
    height: 10px;
    position: relative;
}

.slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
}

.slider-container .back-bar .pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -17px;
    font-size: 8px;
    background: white;
    white-space: nowrap;
    line-height: 1;
}

.slider-container .back-bar .focused {
    z-index: 10;
}

.slider-container .scale {
    top: 2px;
    position: relative;
}

.slider-container .scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}

.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #999;
    line-height: 1;
}

.theme-green .back-bar {
    height: 8px;
    border-radius: 8px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
}

.theme-green .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #666;
}

.theme-green .back-bar .pointer {
    width: 18px;
    height: 18px;
    top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    border-radius: 50%;border: 2px solid #fff;
}

.scale,.pointer-label{display: none;}