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