<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.expanded span {
  float:left;
  width:16px;
  height:15px;
  margin-right : 3px;
  background:url("expanded.gif") no-repeat;	
  cursor: pointer;
}
.collapsed span {
  float:left;
  width:16px;
  height:15px;
  margin-right : 3px;
  background:url("collapsed.gif") no-repeat;	
  cursor: pointer;
}
</pre></body></html>