@media print {
  body {
    background: none !important;
    color: #111 !important;
    font-family: "helvetica neue", arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
    text-align: left !important;
  }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #000 !important;
  }
  body h1 {
    font-size: 1.5em !important;
    line-height: 1.6em !important;
  }
  body h2 {
    font-size: 1.4em !important;
    line-height: 1.5em !important;
  }
  body h3 {
    font-size: 1.3em !important;
    line-height: 1.4em !important;
  }
  body h4 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
  }
  body h5 {
    font-size: 1em !important;
    line-height: 1.1em !important;
  }
  body h6 {
    font-size: 0.8em !important;
    line-height: 1em !important;
  }
  body p, body a, body span, body i, body b, body strong, body em {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: 1.2em !important;
  }
  body p {
    margin-bottom: 1.4em !important;
    display: block !important;
  }
  body a {
    color: inherit !important;
    display: inline !important;
    text-decoration: underline !important;
  }
  body i, body em {
    font-style: italic !important;
  }
  body b, body strong {
    font-weight: 700 !important;
  }
}
