/* line 1, ../../content/stylesheets/print.scss */
* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}

/* Black prints faster: sanbeiji.com/archives/953 */
/* line 3, ../../content/stylesheets/print.scss */
a, a:visited {
  color: #444 !important;
  text-decoration: underline;
}

/* line 4, ../../content/stylesheets/print.scss */
a[href]:after {
  content: " (" attr(href) ")";
}

/* line 5, ../../content/stylesheets/print.scss */
abbr[title]:after {
  content: " (" attr(title) ")";
}

/* line 6, ../../content/stylesheets/print.scss */
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}

/* Don't show links for images, or javascript/internal links */
/* line 7, ../../content/stylesheets/print.scss */
pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/* line 8, ../../content/stylesheets/print.scss */
thead {
  display: table-header-group;
}

/* css-discuss.incutio.com/wiki/Printing_Tables */
/* line 9, ../../content/stylesheets/print.scss */
tr, img {
  page-break-inside: avoid;
}

@page {
  margin: 0.5cm;
}

/* line 11, ../../content/stylesheets/print.scss */
p, h2, h3 {
  orphans: 3;
  widows: 3;
}

/* line 12, ../../content/stylesheets/print.scss */
h2, h3 {
  page-break-after: avoid;
}
