@media print {   
	table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
		display: none;
	}
	.scroll_table_recap{
		border-collapse: collapse;
	}
	h1{
		font-size: 20px;
		color : red;
	}
	.scroll_table_recap th{
		font-size:11px!important;
		padding:5px!important;
	}
	.scroll_table_recap td{
		font-size:10px!important;
		padding:5px!important;
	}
	 .recap_prod td:last-of-type{
	 	padding:0!important;
		
	 }
	  .recap_prod td:last-of-type table{
	 	margin:0!important;
		
	 }
	 .recap_prod td:last-of-type table,.recap_prod td:last-of-type tr, .recap_prod td:last-of-type td, .recap_prod td:last-of-type th{
		border:0!important;
	 }
	  .recap_prod td:last-of-type td{
	  	padding:5px!important;
	  	border-top:1px solid #DDDDDD!important;
	  }
	  .recap_prod td:last-of-type td:last-of-type,.recap_prod td:last-of-type th:last-of-type{
	  	text-align: right;
	  }
	  a[href]:after {
	    content: none!important;
	  }
	  .nowrap{
		  white-space: nowrap;
	  }
}