@import "sheets-of-paper.css";

.page {
	/* Styles for better appearance on screens only -- are reset to defaults in print styles later */

	/* Reflect the paper width in the screen rendering (must match size from @page rule) */
	width: 8cm;
	/* Reflect the paper height in the screen rendering (must match size from @page rule) */
	/*min-height: 29.7cm;*/

	/* Reflect the actual page margin/padding on paper in the screen rendering (must match margin from @page rule) */
	padding: 5mm;
}
/* Use CSS Paged Media to switch from continuous documents to sheet-like documents with separate pages */
@page {
	/* You can only change the size, margins, orphans, widows and page breaks here */

	/* Paper size and page orientation */
	/*size: A4 portrait;*/

	/* Margin per single side of the page */
	
}
