input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border-radius:999px;height:16px;width:16px;background:#737373;cursor:pointer;margin-top:-4px}input[type=range]::-moz-range-thumb{border-radius:999px;height:16px;width:16px;background:#737373;cursor:pointer}input[type=range]::-ms-thumb{border-radius:999px;height:16px;width:16px;background:#737373;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.4px;cursor:pointer;background:#ccc;border-radius:50px}input[type=range]::-moz-range-track{width:100%;height:8.4px;cursor:pointer;background:#ccc;border-radius:50px}input[type=range]::-ms-track{width:100%;height:8.4px;cursor:pointer;background:transparent;border-color:transparent;border-width:16px 0;color:transparent}input[type=range]::-ms-fill-upper{background:#ccc;border-radius:2.6px}