table {
  width: 80%;
  margin: auto;
}

th {
  font-weight: bold;
  padding-bottom: 0.1rem;
}

.em-table table {
  width: 100%;
}

.em-table td, .em-table th {
  padding: 0.4rem;
  border-bottom: thin solid #666;
  border-top: thin solid #666;
}

dt {
  font-weight: bold;
}

dt, dl {
  margin-bottom: 0.5rem;
}

.checklist ul {
  list-style-type: none;
}

.checklist li {
  padding-left: 16px;
  margin-bottom: 0.1em;
}

.checklist li:before {
  content: "□";
  font-size: 1.5em;
  line-height: 0.8rem;
  padding-right: 8px;
}

@media print {
  a[href]:after {
    content: none;
  }

  .nav-left, .nav-right, .nav-top, .footer {
    display: none;
  }

  h2, h3, h4 {
    break-after: avoid-page;
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
  }

  p {
    widows: 3;
    orphans: 3;
  }

  h2 {
    position: absolute;
    top: -8rem;
    right: 4rem;
    text-align: right;
  }
}
