/*   
  AIRO WebApplication 1.0 
  Author : Rimaz Rauf
  Web : www.rimazrauf.com 
  Print Page  
*/

@page { 
	margin-left:0.5cm;
	margin-right:0.5cm;
}
@media print {
	#accRepoSingleTable, #accRepoTable, incRepoSingleTable, #incRepoTable { 
		border: none !important;
		font-size: 12px;
		color: #333333;
		background: white;
	}
	#accRepoSingleTable td { 
		font-size: 12px;
	}
	#accRepoSingleTable th { 
		font-size: 13px;
	}
	h2 { 
		page-break-before: always;
	}
	h3, h4 {
		page-break-after: avoid;
	}
	pre, blockquote, .panel-default {
		page-break-inside: avoid;
	}
	.x_panel {
		border: 0px solid #E6E9ED;
	}	  
}