/* Print stylesheet: the generated timeline as a clean checklist. */

.site-header,
.site-footer,
.ad-slot,
.tw form,
.tw .ics-row,
.faq {
  display: none !important;
}

body {
  color: #000;
  background: #fff;
  font-size: 11pt;
}

.timeline li {
  break-inside: avoid;
  border-left: none;
  padding-left: 0;
}

.timeline li::before {
  content: '☐ ';
}

.badge {
  color: #000;
  background: none !important;
  border: 1px solid #000;
}

.tw .target-callout {
  background: none;
  color: #000;
  border: 2px solid #000;
}

a[href]::after {
  content: '';
}
