@charset "utf-8";

dl.sitemap-lst {
  margin-bottom: 2em;
  text-align:left;
}
.sitemap-lst dt {
  margin: 1.5em 0 0em 2em;
  vertical-align: middle;
  display: list-item;
  list-style-type: square;
}
.sitemap-lst dt.dt-top {
  margin-top: 0;
}
.sitemap-lst dd {
  margin: 0.5em 0 0em 3em;
  line-height: 1em;
  display: list-item;
  list-style: none outside;
}
