@media print {
	 a , button, .print, img, .tooltip, .add, input{display: none!important;}
	 input, span , table {color: black;}
	 .wrapper {border: 0px solid white; }
	  th, td {
		border: 1px solid black;
		color: black;
	}
	
	.wrapper {border: 0px solid white; width: 800px; }
	.margin {
		border: 0px solid white;
		}
		.wrapper .margin {
	padding-left: 80px;
	padding-right: 60px;
	vertical-align: top;
}

.nom {
	page-break-after: always!important;
}
.hide {
visibility: visible;	
}
.mobile {
		display: none!important;
	}
	.mini1 {
		display: block!important;
	}
}	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
	margin-bottom: 30px;

}

