@charset "utf-8";
/* CSS Document */

body {
	width: 16cm;
}

.areaDefault {
	width: 16cm;
}

.areaDefault table {
	border: 1.5pt solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	width: 14cm;
}
	.areaDefault table th,
	.areaDefault table td {
		border: 1pt solid #000;
	}
		.areaDefault table th {
			border-bottom: 1.5pt solid #000;
		}

.checkoutConfirm div {
    padding: 20px 0 0 0;
}

.customerRef,
.actions,
.footer {
	display: none;
}

.header,
.header h1 {
	border: none;
	color: #555;
	height: auto;
	padding: 0.5cm;
}

h4 {
	border-bottom: 1pt solid #555;
}

