.print-container {
	width: 6in;
	height: 4in;
}

@media print {
	@page {
		width: 6in;
		height: 4in;
		size: landscape;
	}
}