/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/* line 5, ../sass/print.scss */
* {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 14, ../sass/print.scss */
a,
a:visited {
  text-decoration: underline;
}

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

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

/*
 * Don't show links for images, or javascript/internal links
 */
/* line 31, ../sass/print.scss */
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

/* line 36, ../sass/print.scss */
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/* line 41, ../sass/print.scss */
thead {
  display: table-header-group;
  /* h5bp.com/t */
}

/* line 47, ../sass/print.scss */
tr,
img {
  page-break-inside: avoid;
}

/* line 51, ../sass/print.scss */
img {
  max-width: 100% !important;
}

/* line 57, ../sass/print.scss */
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

/* line 63, ../sass/print.scss */
h2,
h3 {
  page-break-after: avoid;
}
