@charset "utf-8";
/**
 *
 * Extra CSS for printer
 *
 */

@media print {
	* {
		font-size: 12px !important;
		color: #000000 !important;
		text-decoration: none !important;
		background-color: transparent !important;
	}
	
	#header, #footer, #TopMenu, .cake-sql-log, a.button, div.submit {
		display: none;
	}
	
	h1.header {
		font-size: 14px !important;
		font-weight: bold;
	}
	
	table {
		border: none;
		border-radius: 0;
	}
	
	.hide {
		display: none;
	}
}