/* MS Hobbies — Catalogue Styles
   Reference-grade, non-promotional
*/

/* Base typography */

body {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  color: #222;
  background: #fff;
}

h1 {
  font-size: 1.8rem;
  margin: 1.5em 0 0.75em;
  font-weight: normal;
}

h2 {
  font-size: 1.3rem;
  margin: 2em 0 0.75em;
  font-weight: normal;
}

p {
  margin: 0.75em 0;
  max-width: 70ch;
}

/* Horizontal rules */

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

/* Catalogue tables */

table.data-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 1em 0 2em;
  font-size: 0.95rem;
}

table.data-table th,
table.data-table td {
  border: 1px solid #ccc;
  padding: 0.5em 0.6em;
  vertical-align: top;
  text-align: left;
}

table.data-table th {
  background: #f5f5f5;
  font-weight: normal;
}

/* Notes and disclaimers */

p.note {
  font-size: 0.9rem;
  color: #444;
  max-width: 70ch;
  margin: 1.5em 0;
}

/* Footer */

p.footer {
  font-size: 0.85rem;
  color: #555;
  margin: 3em 0 1em;
}

/* Print safety */

@media print {
  body {
    color: #000;
  }

  table.data-table th,
  table.data-table td {
    border-color: #000;
  }

  hr {
    border-top-color: #000;
  }
}
