/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* ==========================================================================
   Print styles
   ========================================================================== */
/* line 9, ../sass/print.scss */
* {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
}

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

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

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

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

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

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

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

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

@page {
  margin: 0.5cm;
}

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

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

/* line 75, ../sass/print.scss */
.header-container ul {
  display: none;
}

/* line 79, ../sass/print.scss */
a.scroll {
  display: none;
}
