@media print {
	 a , button, .print, .add, .input{display: none;}
	  span , table {color: black;}
	 
	th, td {
border-color: black;
color: black;}
	
		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 */

}

