/* minimal noUiSlider-like styles for the shim */
.sm-nouislider-track{ height:10px; background:#e6e6e6; border-radius:6px; position:relative; margin-top:10px; }
.sm-nouislider-handle{ width:18px; height:18px; background:#0073aa; border-radius:50%; position:absolute; top:-4px; cursor:pointer; }
.sm-nouislider-handle:first-child{ left:0; }
.sm-nouislider-handle:last-child{ right:0; }
