@media print {
	 a, button, .print, .add, .input{display: none!important;}
	  span , table, td {color: black!important;}
	 
	
	
		p {widows: 2; orphans: 2;}
  
  .position, .date, .name {color: black;}
  
}
h1 {
	display: block;
}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
	margin-bottom: 30px;

}

