/* ==|== print styles =======================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    /* Black prints faster: h5bp.com/s */
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* h5bp.com/t */
  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  /* === Blog page === */
  body {
    font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
  }

  header.main {
    display: none;
  }

  .logged-in-heading .logo img {
    max-width: 150px !important;
    height: auto !important;
  }
  .logged-in-heading .unlocking-life {
    display: none;
  }

  .layout-content, footer.main {
    padding: 1em;
  }

  .generic-page > .actions {
    display: none;
  }

  footer.main {
    border-top: 1px solid #e2e2e2;
  }
  footer.main a {
    text-decoration: none;
  }
  footer.main .unlocking-life {
    display: none;
  }
  footer.main #footer-nav {
    display: none;
  }

  .generic-page > header {
    border-bottom: 1px solid #e2e2e2;
  }
  .generic-page > header h2 {
    font-size: 2em;
  }

  .health-summary .layout-content dl {
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.6em;
    padding-bottom: 1em;
  }
  .health-summary .layout-content dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-right: 0.3em;
  }
  .health-summary .layout-content dd {
    margin: 0;
  }
  .health-summary .collapsed {
    display: none;
  }
  .health-summary .ready + .content {
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
