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