#footer .document-links {
  width: 100%;
  text-align: center;
}

#footer .document-links li {
  display: inline-block;
  margin-right: 1rem;
}

.full-sitedoc .sitedoc h2 {
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
}

.full-sitedoc .sitedoc h6 {
  line-height: 1.6;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0;
  margin: 1em 0 0.5em 0;
}
.full-sitedoc .sitedoc p.top-section {
  font-size: 1rem;
}

.full-sitedoc .sitedoc p.sitedoc-section {
  margin-left: 2rem;
  font-size: 1rem;
}
.full-sitedoc .sitedoc p.sitedoc-footer {
  margin-right: 2rem;
  font-size: 1rem;
  text-align: right;
}
.full-sitedoc .sitedoc ul.sitedoc-section,
.full-sitedoc .sitedoc ol.sitedoc-section {
  margin-left: 1rem;
  font-size: 1rem;
}
.frame-sitedoc {
  border: 1px solid #bbb;
  padding: 1rem;
  margin: 0;
  width: 100%;
  height: 15em;
  overflow-y: scroll;
  background: #f9f9f9;
  opacity: 0.9;
}

.frame-sitedoc .sitedoc h2 {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

.frame-sitedoc .sitedoc h6 {
  line-height: 1.6;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0;
  margin: 1em 0 0.5em 0;
}
.frame-sitedoc .sitedoc p.top-section {
  font-size: 0.9rem;
}

.frame-sitedoc .sitedoc p.sitedoc-section {
  margin-left: 2rem;
  font-size: 0.9rem;
}
.frame-sitedoc .sitedoc p.sitedoc-footer {
  margin-right: 2rem;
  font-size: 0.9rem;
  text-align: right;
}
.frame-sitedoc .sitedoc ul.sitedoc-section,
.frame-sitedoc .sitedoc ol.sitedoc-section {
  margin-left: 1rem;
  font-size: 0.9rem;
}
.sitedoc ol.alpha {
  list-style-type: lower-latin;
}
