@media print {
	 a , button{display: none;}
	 h1, h2{color: black;}
	 .wrapper {border: 0px solid white; }
	  th, td {
		border: 1px solid black;
		color: black;
	}
	
	.wrapper {margin-left: 40px; }
	table {
		width: 100%;
	}
		
		table, p {
	  
	  page-break-inside: avoid!important;
	  
  }
  
  
	}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

