*,
*::before,
*::after {
  color: #000 !important;
  background: transparent !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

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

.site-header,
.site-footer,
.nav,
.share {
  display: none !important;
}

table,
th,
td {
  border: 1px solid #000;
}

.article {
  max-width: 15cm !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
/*# sourceMappingURL=print.css.map*/