rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    margin: 20px 0 15px 0;
    vertical-align: middle;
}

rzslider span {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: -9px;
}

rzslider span.base {
    width: 100%;
    height: 100%;
    padding: 0;
}

rzslider span.bar {

    width: 100%;
    height: 100%;
    background: #fff;
}

rzslider span.bar.selection {
    z-index: 1;
    width: 0;
    background: #67b700;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: -18px;
}

rzslider span.pointer {
    top: -15px;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

rzslider span.pointer:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #71818e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: '';
}

rzslider span.pointer:hover:after {
    background-color: #67b700;
}

rzslider span.pointer.active:after {
    background-color: #67b700;
}

rzslider span.bubble {
    top: -32px;
    color: transparent;
    cursor: default;

}

rzslider span.bubble.selection {
    top: 0px;
}

rzslider span.bubble.limit {
    /*color: #808080;*/

}