
.noUi-connects {
    border-radius: 3px;
    background-color: #e1e1e1;
    box-shadow: 1px 1px 4px 0 #a9a3a366 inset;
}

.noUi-connect {
    background: #988a81;
}

.noUi-horizontal .noUi-handle {
    width: 27px;
    height: 18px;
    right: -17px;
    top: -1px;
    cursor: pointer
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #c9c9c9;
    top: 3px;
}
.noUi-handle:before {
    left: 10px;
}

.noUi-handle:after {
    left: 14px;
}

#minSpanValue{
    position: absolute;
    left:0;
    top:-20px;
    font-weight: bold;
}

.noUi-target{
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
}

#maxSpanValue{
position: absolute;
    right:0;
    top:-20px;
    font-weight: bold;
}
