/* css per la stampa migliorata pretty print solo registrati */
@page {
    size: A4 !important;
    /* margin: 2cm !important;*/
}

@media print {
  html, body {
      height: 95% !important;
      padding: 0px !important;
  }
  /* remove chrome links */
  a[href]:after {
    content: none !important;
  }
  .col-9,
  .col-md-9,
  .col-md-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .d-flex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  .card {
    border: unset !important;
  }

  #newsletter,
  #related-articles,
  .share,
  #sezioni-menu,
  #sidebar,
  footer {
    display: none !important;
  }

  article {
    margin-left: 0.5cm !important;
    margin-right: 0.5cm !important;
  }

  /* classe per il pagebreak nella stampa */
  .pagebreak {page-break-after: always;}
  table { page-break-inside : avoid }
}
