/* 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" /> */
/* line 4, ../sass/print.scss */
.noprint {
  display: none;
}

/* line 7, ../sass/print.scss */
* {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

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

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

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

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

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

/* line 29, ../sass/print.scss */
thead {
  display: table-header-group;
}

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

/* line 35, ../sass/print.scss */
p, h2, h3, h4, h5, h6 {
  orphans: 3;
  widows: 3;
}

/* line 39, ../sass/print.scss */
h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
}
