
@media print {
	#toolbar, header, footer, aside, .right-sidebar, section.toolbar, .no_print {
		display: none;
	}
	
	#content {
		padding: 0;
		margin: 0;
	}
	
	.breakAfter{
		page-break-after: always;
	}
	
	#content {
		width: 100%;
	}
	
	#content .box .header {
		
	}
	
	h2 {
		background-color: black;
		color: white;
		border: 1px solid white;
		font-size: 2em !important;
	}
	#main, #content, #content .box {
		border: none;
	}
	
	.invoice .details > div {
		border: none;
	}
	
	.invoice .total, .invoice .total strong {
		border: none;
	}


}