<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollable {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative; HEIGHT: 80px
}
.scrollable .items {
	CLEAR: both; WIDTH: 10000em; POSITION: absolute
}
.items DIV {
	FLOAT: left; WIDTH: 800px; HEIGHT: 80px
}
</pre></body></html>