@media print {
	 a , button{display: none;}
	 input, span , table {color: black;}
	 .wrapper {border: 0px solid white; }
	  th, td {
		border: 1px solid black;
		color: black;
	}
	
	.wrapper {border: 0px solid white; }
	.margin {
		border: 0px solid white; }
		p {
	  
	  widows: 2;
	  orphans: 2;
	  
  }
	}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

}