﻿@media print {
	body {
	margin: 0px;
	color: #000;
	background-color: #fff 
	}
	#ColSX, #shareActions, #viewActions, #ColCX .descrizione .col-6 + .col-6 {display:none;}

	.table-responsive {
	  display: table;
	  overflow-x: unset;
	}
	.table td, .table th {padding:0.4em;}
}/* end media */