input[type=range].slider{-webkit-appearance:none;width:65%;margin:5px 0}input[type=range].slider:focus{outline:none}input[type=range].slider::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;box-shadow:0;background:#fff;border-radius:3px;border:0}input[type=range].slider::-webkit-slider-thumb{box-shadow:0;border:0;height:23px;width:23px;border-radius:5px;background:#5bc0de;cursor:pointer;-webkit-appearance:none;margin-top:-7px}input[type=range].slider:focus::-webkit-slider-runnable-track{background:#fff}input[type=range].slider::-moz-range-track{width:100%;height:10px;cursor:pointer;box-shadow:0;background:#fff;border-radius:3px;border:0}input[type=range].slider::-moz-range-thumb{box-shadow:0;border:0;height:23px;width:23px;border-radius:5px;background:#5bc0de;cursor:pointer}input[type=range].slider::-ms-track{width:100%;height:10px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range].slider::-ms-fill-lower{background:#fff;border:0;border-radius:0;box-shadow:0}input[type=range].slider::-ms-fill-upper{background:#fff;border:0;border-radius:0;box-shadow:0}input[type=range].slider::-ms-thumb{box-shadow:0;border:0;height:23px;width:23px;border-radius:5px;background:#5bc0de;cursor:pointer}input[type=range].slider:focus::-ms-fill-lower{background:#fff}input[type=range].slider:focus::-ms-fill-upper{background:#fff}