html.print-page body .paper {
	position: relative;
	width: 200mm;
	height: 287mm;
	max-height: 287mm;
	padding-left: 14mm;
	padding-right: 5mm;
	background-color: #fff;	
	-webkit-print-color-adjust: exact !important;
}
@media print {
	html.print-page body .paper { page-break-after: always; }
	html.print-page .middle-cutting-line {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #999;
	}
}
html.print-page .paper-content {
	position: relative;
}
html.print-page .paper-content .company-name {
	margin: 0 0 6px;
	padding-top: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}
html.print-page .paper-content .document-name {
	margin: 0 0 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #999 !important;
	line-height: 1;
}
html.print-page .paper-content table.report {
	width: 100%;
}
html.print-page .paper-content table.report thead tr {
	background-color: #666 !important;
	font-weight: 600;
}
html.print-page .paper-content table.report thead tr th {
	color: #fff !important;
}
html.print-page .paper-content table.report th,
html.print-page .paper-content table.report td {
	padding: 4px 10px;
	vertical-align: top;
	border: 1px solid #eee;
}
html.print-page .paper-content table.report tfoot td {
	border-top: 2px solid #999 !important;
	border-bottom: 3px double #999;
	font-weight: 600;
}
html.print-page .paper-content table.report .amount {
	text-align: right;
}



html.print-page .paper.ledger .case-info {
	width: 100%;
	margin-bottom: 10px;
}



@media print {

}









/* cheque */
html.print-page body {
	margin: 0;
}
html.print-page body .paper.cheque {
	position: relative;
	height: 200mm;
	width: 287mm;
	max-width: 287mm;
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;	
	-webkit-print-color-adjust: exact !important;
}