/* 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, print.scss */
* {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

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

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

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

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

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

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

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

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

@page {
  margin: 0.5cm;
}
/* line 58, print.scss */
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

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