@charset "utf-8";
/* CSS Document */

@media print {
	@page {
	  size: A4 landscape;
	}
	
	@page :left {
	  margin-left: 3cm;
	}
	
	@page :right {
	  margin-left: 3cm;
	}
	
	h1, h2, h3, h4, h5 {
	  page-break-after: avoid;
	}
	
	h1 {
	  page-break-before: always;
	}
	
	table, figure {
	  page-break-inside: avoid;
	}
	
	.menu {
		visibility:collapse;
		height:0px;
	}
	
	#homepage {
		width:400px;
	}
	
	#box2 {
		width:60px;
	}
	
	#rotating-item-wrapper-small {
		visibility:collapse;
		height:0px;
	}
		
		
}