body {
	display: inline-block;
	font-family: sans-serif;
	margin: 0;
	padding: 1em;
	border: thin solid #dedede;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em;
}

.logo {
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
}
td,
th {
	padding: 0.5ex 1ex;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
td:last-child,
th:last-child {
	padding-right: 0;
}
th {
	text-align: left;
}

.hide,
.hidden-print,
.hidden-desktop {
    display: none;
}
.text-right {
	text-align: right;
}
.receipt h5 {
	font-size: 100%;
}
.receipt td {
	border-top: thin solid #dedede;
}
.receipt tr:last-child td {
	border-top-width: thick;
}
