<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sitemap */
.sitemap,
.sitemap__child {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap {
  padding-left: 5px;
}
.sitemap__node {
  line-height: 16px;
}
.sitemap__link {
  font-weight: bold;
}
.sitemap__child .sitemap__link {
  font-weight: normal;
}
.sitemap__node {
  background: url("s0.gif") left -15px repeat-y;
  padding: 0 0 0 25px;
}
.sitemap__node--last {
  background-image: url("s0last.gif");
  background-repeat: no-repeat;
}
</pre></body></html>