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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }

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

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