@media print {
  #page > #header,
  .fact-sheet-left-menu,
  .breadcrumbs-wrapper,
  #block-messageblock,
  .page-view-fact-sheets-in-category .view-fact-sheets-in-category .view-header,
  footer.site-footer,
  .footer {
    display: none;
  }
  .fact-sheet-body-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  a[href]:after {
    display: none;
  }
  a {
    text-decoration: underline !important;
    color: #337ab7 !important;
  }
}