body {
  max-width: 38rem;
  margin: 3rem 0 3rem 2rem;
  padding: 0 1rem;
  font: 1.05rem/1.6 Georgia, serif;
  color: #111;
  background: #fff;
}
body.wide { max-width: 62rem; }
a { color: #00e; }
a:visited { color: #00e; }
h1 { font-size: 1.7rem; margin-bottom: 0.2rem; }
h1 a { color: #111; text-decoration: none; }
h2 { font-size: 1.3rem; margin-top: 2.5rem; }
ul { padding-left: 1.2rem; }
li { margin-bottom: 0.4rem; }
.tagline { color: #c00; font-size: 0.95rem; margin-bottom: 2rem; }
.tagline-tracking { color: #c00; font-size: 0.95rem; margin-bottom: 2rem; }
.meta { color: #555; font-size: 0.9rem; margin-bottom: 1.5rem; }
.links { list-style: none; padding-left: 0; font-size: 1.1rem; }
.links li { margin-bottom: 0.6rem; }
footer {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
  color: #555;
}
.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}
table.log {
  border-collapse: collapse;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid #333;
}
table.log th, table.log td {
  border: 1px solid #999;
  padding: 0.1rem 0.3rem;
  text-align: right;
  white-space: nowrap;
}
table.log td { font-size: 0.6rem; }
table.log th:first-child, table.log td:first-child,
table.log th:nth-child(3), table.log td:nth-child(3) {
  text-align: left;
}
table.log th {
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #333;
}
.ascii-table {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(0.42rem, 1.5vw, 0.6rem);
  line-height: 1.3;
  white-space: pre;
  overflow-x: auto;
  margin: 1.5rem 0;
  color: #111;
}
.yes { color: #070; }
.no { color: #999; }
