/* teeparty.be – Log-Darstellung im alten IRC-Stil: monospace,
   eine Zeile pro Nachricht, Autor (<nick>) am Zeilenanfang. */
body { margin: 0; background: #f1d7a0; color: #222;
  font-family: Consolas, "Courier New", monospace; font-size: 13px; line-height: 1.5; }
.wrap { padding: 10px 12px; }
.date { font-weight: bold; color: #5d3800; margin: 0 0 8px; }
.line { white-space: pre-wrap; word-wrap: break-word; margin: 1px 0; }
.t { color: #8a7a55; }
.n-ralf { color: #7a4a00; font-weight: bold; }
.n-rudi { color: #2f6b1e; font-weight: bold; }
.quote { margin: 2px 0 4px 2em; color: #555; white-space: pre-wrap; }
