@media print {
  /** { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  
    *,
    *:before,
    *:after {
        background: white !important;
        color: black !important;
        box-shadow: none;
        text-shadow: none;
    }*/
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  h6 {
    border: 0;
  }
  aside {
    display: none;
  }
  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content-p a {
    font-weight: bolder;
    text-decoration: underline;
  }
  .content-p a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
