body {
	font-family: "RobotoSlabLocal", sans-serif;
}

body, td {
	font-size: 13px;
}

div.page-break {
	page-break-before: always;
}

td.attributes {
	font-size: 10px;
	color: #444;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin-top: 12px;
}

dt:first-child {
	margin-top: 0;
}

h1 {
	font-size: 40px;
	margin-top: -8px;
}

dd dt {
	font-weight: normal;
	font-style: italic;
}

table.layout {
	width: 100%;
	border-collapse: collapse;
}

table.layout tr,
table.layout td,
table.layout th {
	border-collapse: collapse;
}

table.layout td,
table.layout th {
	vertical-align: top;
}

table.invoice td {
	padding: 0.2rem 0.5rem;
}

table.invoice tfoot td {
	border-top: 1px solid #444444;
}

div.stamp {
	color: #229922;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
	position: absolute;
	width: 400px;
	margin-left: -180px;
	left: 50%;
	top: 250px;
	transform: rotate(-45deg);
}

.accent {
	color: #803338;
	font-weight: bold;
}
