@media print {

	@page { margin: 2cm; }

	/* generic */
  	body { background: none; color: black; font-size: 12pt; }
  	header, footer, nav, .sidebar { display: none; }
	.no-print { display: none; }

	/* tables */
	table { border-collapse: collapse; width: 100%; }
	table th, table td { border: 1px solid black; padding: 4px; }
	table, tr, td, th { page-break-inside: avoid; } /* Evita spezzature strane a metà pagina */

  	/* articles */
	.article-content, main, article { width: 100% !important; margin: 0 !important; padding: 0 !important; }

}
