  /* ==========================================================================
	Print
============================================================================= */
* {
  color: #000 !important;
  text-shadow: none !important;
  background: none !important;
  box-shadow: none !important;
}

h2,
h3,
p {
  widows: 3;
  orphans: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

a {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

pre,
blockquote {
  border: 1px solid #999;
  border: 0.0625rem solid #999;
  padding: 10px;
  padding: 0.625rem;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-inline-size: 100% !important;
}

.print {
  display: block;
}

.fw-grid-overlay,
.fw-grid-overlay-toggle-wrap {
  display: none !important;
}
/*# sourceMappingURL=print.css.map */
