input[type=range]{appearance:none;cursor:pointer;background:0 0;width:15rem}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:#c9c6c6;border-radius:.5rem;height:.5rem}input[type=range]::-webkit-slider-thumb{appearance:none;background-color:#0385f4;border-radius:.5rem;width:1rem;height:2rem;margin-top:-12px}input[type=range]::-moz-range-track{background-color:#c9c6c6;border-radius:.5rem;height:.5rem}input[type=range]::-moz-range-thumb{background-color:#0385f4;border:none;border-radius:.5rem;width:1rem;height:2rem}
