<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 {
  float: left; 
  overflow: auto;
  width: 640px;
}

.channel-item {
  float: left;
  margin: 10px;
  width: 100px;
  height: 100px;
  border: solid 1px;
  text-align: center; 
  font-size: 3em;
  line-height: 96px;
}

.channel-item {
  display: inline;
}

/* IE6 float double margin bug */
.channel-thumbnail {
  max-width: 80px;
  max-height: 80px;
}
</pre></body></html>