.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (95px));height:5px;border-radius:5px;background:#d7dcdf;outline:0;padding:0;margin:0}.range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#0085ba;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.range-slider__range::-webkit-slider-thumb:hover{background:#0085ba}.range-slider__range:active::-webkit-slider-thumb{background:#0085ba}.range-slider__range::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#0085ba;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.range-slider__range::-moz-range-thumb:hover{background:#0085ba}.range-slider__range:active::-moz-range-thumb{background:#0085ba}.range-slider__value{display:inline-block;position:relative;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#0085ba;padding:5px 10px;margin-left:8px}::-moz-range-track{background:#d7dcdf;border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}