.contributors a {
  word-break: break-all;
}

.contributors h1 {
  hyphens: auto;
}

.archive p,
.contact p,
.disclaimer p,
.documentation p,
.general p,
.links p,
.navigation p,
.search p,
.user-admin p {
  hyphens: auto;
  text-align: justify;
}

.archive > h1:first-child,
.contact > h1:first-child,
.contributors > h1:first-child,
.documentation > h1:first-child,
.disclaimer > h1:first-child,
.general > h1:first-child,
.glossary > h1:first-child,
.indexlist > h1:first-child,
.links > h1:first-child,
.navigation > h1:first-child,
.search > h1:first-child,
.sitemap #sitemap > h1:first-child,
.user-admin > h1:first-child {
  margin-top: 0;
}

.indexpage > h1:first-child {
  margin-top: 0;
}

.indexpage > h2 span.fas {
  margin-right: 10px;
}

.indexpage ul,
.links ul {
  list-style-type: disc;
  padding-inline-start: 30px;
}

.archive ul {
    list-style-type: disc;
    padding-inline-start: 30px;
    text-align: justify
}

.classification-browser > * ul {
  padding-inline-start: 40px;
}

.classification-browser input,
.classification-browser span {
  margin-right: 5px;
}

.classification-browser img {
  margin-left: -4px;
  vertical-align: middle;
}

