input[type=range]{overflow:hidden;-webkit-appearance:none;background-color:rgba(255,255,255,.1);-moz-appearance:none;appearance:none;width:100%;height:5px;transition:opacity .2s;border-radius:10px}input[type=range]::-webkit-slider-runnable-track{height:10px;-webkit-appearance:none;color:#d9d9d9;border-radius:10px;margin-top:-1px}input[type=range]::-webkit-slider-thumb{width:10px;-webkit-appearance:none;height:10px;cursor:pointer;background:#d9d9d9;box-shadow:-2000px 0 0 2000px #d7d7d7;cursor:grab}