@media print {
	 a , button, .print, .tooltip{display: none!important;}
	 input, span , table, .marks td{color: black!important;}
	 .wrapper {border: 0px solid white; }
	  th, td {
		border: 1px solid black;
		color: black;
	}
	
	.wrapper {border: 0px solid white; width: 800px; }
	.margin {
		border: 0px solid white;
		}
		.wrapper .margin {
	padding-left: 80px;
	padding-right: 60px;
	vertical-align: top;
}
		p {widows: 2; orphans: 2;}
  
  .position, .date, .name {color: black;}
  .app {
	page-break-before: always;
}
  .mini1 {
		display: block!important;
	}
	
	.mobile {
		display: none!important;
	}
}
	
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

