<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#demo-frame &gt; div.demo {
	padding: 10px !important;
}
.channel-switcher {
	overflow: auto;
	width: 640px;
	float: left;
}
.channel-item {
  border: solid 1px;
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	font-size: 3em;
	line-height: 96px;
	text-align: center;
}
.channel-item {
	display: inline;
}/* IE6 float double margin bug */
.channel-thumbnail {
	max-width: 80px;
	max-height: 80px;
}

</pre></body></html>