
/* Per La stampa 2021 */
@page {size: 210mm 297mm; margin:10mm;}

@media print{
/* Inizio */
#tabella-print { display:block; border:#fff solid 1px; margin-left:20px;}
.print-none { display:none }
.none-descktop {width:44%;height: auto;visibility: visible;float: left;display: block;margin: 20px;}
table {page-break-inside: avoid;-webkit-page-break-inside: avoid;-moz-page-break-inside: avoid;}
body {font-size: 12pt;}	
.large-3.small-12.columns { background:#CCC }
header.bgwhite.fixed,header.bgwhite, 
.accordion-navigation, .px22.regular.orange.top40.no-print, 
.at-share-btn-elements, .row.show-for-large-up.top40, .medium-12.columns.top20, .row.top40.no-print, 
#sticky-Left-Banner, .large-4.small-12.columns.top20.gris.light.px16, .btngallery.bold.white
 {display:none!important;}

/*.large-8.small-12.columns.top40.print1 {display:none!important;}*/

[class*="column"] + [class*="column"]:last-child {float: none;}
.large-offset-1 {margin-left: 0px!important;}
.large-3 {width: 100%;}
.large-8 {width: 100%;}
table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td
{border: #000 solid 1px;}
.dx {text-align: left!important;}
.right {float: none!important;}
/* Fine */
}