.mgSliderBar { position: relative; }

.mgSliderBar > div { margin: 5px 0; }

.mgSliderBar > div > div {
    border: 1px solid #999;
    background-color: #FFF;
    height: 14px;
    padding-right: 22px; /* span width + border */
}

.mgSliderBar .bar {
    position: relative;
    margin: 0 -2px;
}

.mgSliderBar.range .bar div {
    position: absolute;
    background-color: #EEE;
    height: 14px;
    margin-left: 18px;
    margin-right: -20px;
}

.mgSliderBar span {
    position: absolute;
    border: 1px solid #999;
    background-color: #008adb;
    height: 20px;
    width: 20px;
    top: -4px;
    left: -1px; /* border */
    cursor: default;
    /* box-shadow: 0 0 4px 0 rgba(0,0,0,.2); */
}

.mgRange input[type=text] { width: calc(50% - 5px); }
