body {
  background: white;
  color: black;
  font-size: 12pt;
  line-height: 1.4;
  font-family: Georgia, 'Times New Roman', serif;
}

header,
nav,
footer,
aside,
video,
iframe {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  page-break-inside: avoid;
  display: block;
  margin: 0.5em auto;
}

main,
.container,
section,
article {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none !important;
}

a::after {
  content: " (" attr(href) ")";
  font-size: 10pt;
  color: #444;
}

* {
  background: none !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

article,
section {
  page-break-inside: avoid;
}

h1, h2, h3, h4, p, li {
  orphans: 3;
  widows: 3;
}

table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #000;
  padding: 0.5rem;
  text-align: left;
}
