@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 1.5cm 1.5cm;
  }
  /* line 10, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .no-print {
    display: none !important;
  }

  /* line 14, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 25, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: none;
  }

  /* line 31, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  #content a:after {
    content: " (" attr(href) ") ";
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
  }

  /* line 38, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .title a:after {
    display: block;
  }

  /* line 42, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .illustration-container a:after {
    content: "" !important;
  }

  /* line 54, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  pre,
  blockquote {
    border-left: 3pt solid #ccc;
    page-break-inside: avoid;
    padding-left: 0.25cm;
  }

  /* line 61, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  thead {
    display: table-header-group;
  }

  /* line 66, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 74, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  img {
    max-width: 25% !important;
    page-break-inside: avoid;
    margin-bottom: 0.25cm;
  }

  /* line 80, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 86, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  p,
  ul,
  ol,
  blockquote {
    color: #000;
    font-size: 10pt;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 12pt;
    margin-bottom: 0.25cm;
  }

  /* line 97, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 102, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .date-head {
    margin-bottom: 10px;
    line-height: 12pt;
  }

  /* line 107, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .memorize {
    border: 1pt solid #BBB;
    margin-left: 0;
    padding: 0.5cm;
  }

  /* line 113, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .listing-item {
    page-break-inside: avoid;
    border-bottom: 1pt solid #BBB;
    padding-bottom: 0.125cm;
    margin-bottom: 0.125cm;
    max-width: 45em;
  }

  /* line 121, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .post {
    max-width: 45em;
  }

  /* line 125, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .understand {
    max-width: 35em;
    margin-left: 0.5cm;
  }

  /* line 130, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .logo-wrapper {
    text-align: center;
  }

  /* line 134, /Users/pierreyfl/phrasemix_app/app/assets/stylesheets/print.scss */
  .copyright {
    float: right;
    font-size: 8pt;
    line-height: 10pt;
  }
}
