/* Technische Kompatibilitätsregeln für die Seite „Nase“.
   Die sichtbare Darstellung entspricht den bisherigen #line/#gd-Regeln
   der Original-CSS; mehrfach vergebene IDs wurden in Klassen umgewandelt. */
.line {
  height: 12px;
  width: 70%;
  min-width: 1px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.gd {
  float: right;
  clear: none;
}

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