input[type=range]{appearance:none}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:2px;width:3px;height:10px;margin-top:-3px}input[type=range]::-moz-range-thumb{cursor:pointer;background:#fff;border-radius:2px;width:3px;height:10px}input[type=range]::-ms-thumb{cursor:pointer;background:#fff;border-radius:2px;width:3px;height:10px}input[type=range]::-webkit-slider-runnable-track{border-radius:999px;height:4px}
@keyframes marquee{0%{transform:translate(0)}13%{transform:translate(0)}to{transform:translate(-100%)}}.marquee{white-space:nowrap;animation-name:marquee;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;display:inline-block}.marquee-fast{animation-duration:23s}.marquee-slow{animation-duration:33s}
