/* --------------------------------------------------
   CSS: Print
   --------------------------------------------------
   Martijn Daniëls
   Copyright 2014 | TROEBEL Design
   http://www.troebeldesign.nl/
   -------------------------------------------------- */

@media print {
	body {
		background: none !important;
		padding: 0 !important;
	}
	#fab-header {
		padding: 15px !important;
		width: 995px !important;
	}
	#page-background,
	#fab-toolbar,
	#fab-navigation {
		display: none !important;
	}
}