	html {
    box-sizing: border-box;
}
	
	#top, #leftBox, #cnt, #imgShow_dia, #cMenu, dialog {
	 display:none !important;
	}
	
	*, ::before, ::after {
    box-sizing: inherit;
    margin: 0;
}
	
	body {
    padding: 0;
    font-family: Publik, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    background:revert;
}
	
	#printContainer {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}

#printContainer > div {
    max-height: 297mm;
    width: 100%;
    height: 100%;
    page-break-after: always;
}