@media print {
	html { background: none; overflow-y: scroll; }
	
	body { max-width: auto;}
	
	::-webkit-scrollbar { width: 0; }
	
	.cols { display: block; }
	
	.navt, .cola, .colb, .gotop { display: none; }
	
	.colc { height: auto; overflow-y: auto; padding-bottom: 0; }
	
	.cins { max-width: auto; padding: 0; }
	
	.ainp { display: none; }
	
	.binp { padding: 0; border-left: none; color: black; text-align: center; font-size: 20px; }
	
	.cline { display: none; }
	
	.story { color: black; min-height: auto; }
	
	@page {
		size: A4 portrait;
		margin-top: 14mm;
		margin-bottom: 20mm;
		margin-left: 35mm;
		margin-right: 35mm;
		
		@top-left { content: ""; }
		@top-right { content: ""; }
		@bottom-left { content: ""; }
		@bottom-right { content: ""; }

		@bottom-center {
			content: counter(page);
			font-size: 10pt;
			color: black;
		}
	}
}