@media only print {
  /* line 3, ../sass/print.scss */
  #TopBar, aside, body > canvas, h1:before, footer, .fa-angle-double-up, div.button {
    display: none !important;
  }

  /* line 4, ../sass/print.scss */
  * {
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: black !important;
    border: none !important;
    float: none !important;
  }

  /* line 13, ../sass/print.scss */
  html, body, aside + div, div.limited, section {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 20, ../sass/print.scss */
  h1 {
    margin-left: 0px !important;
    padding: 0 !important;
  }

  /* line 21, ../sass/print.scss */
  a {
    text-decoration: underline !important;
  }

  /* line 22, ../sass/print.scss */
  div.glossweb {
    text-align: center !important;
    margin: 4em 0 1em 0 !important;
  }

  /* line 23, ../sass/print.scss */
  div.gloss {
    margin: 4em 0 1em 0;
  }

  /* line 24, ../sass/print.scss */
  h1 + div.glossweb, h1 + .gloss {
    margin: 0 0 1em 0 !important;
  }

  /* line 25, ../sass/print.scss */
  h1 > i.fa-windows {
    margin-right: 0.6em;
  }

  /* line 26, ../sass/print.scss */
  section + section {
    page-break-before: always;
  }
}
