/* Kleine Zusatzregeln für die bereinigte Seite.
   Die Original-bootstrap.css bleibt unverändert. */

.line {
  height: 12px;
  width: 70%;
  min-width: 1px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.gd {
  float: right;
  clear: none;
  font-weight: 600;
}

.wrapline::after {
  content: "";
  display: table;
  clear: both;
}

.source-note,
.editorial-note {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .line {
    width: 62%;
  }
}
