body {
	font-family: sans-serif;
	background-color: #fff;
	color: #000;
	padding: 25px 25px  50px 25px;
}

table.tape {
	border-collapse: collapse;
	width: 60%;
	max-width: 1000px;
	margin-bottom: 25px;
}
table.tape td {
	width: 50%;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #999;
	padding: 5px 10px;
}
table.tape tr.titel td {
	font-family: serif;
	font-size: 32px;
	font-weight: bold;
	border-top: 1px solid #000;
	padding: 15px 10px;
	text-align: center;
}
table.tape tr.sides td {
	border: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px;
	text-align: left;
}
table.tape tr:last-child td {
	border-bottom: 1px solid #000;
}

img.logo {
	float: left;
	width: auto;
	height: 180px;
	margin-right: 20px;
}

img.decks {
	float: right;
	margin: 0 0 0 25px;
	width: 350px;
	height: auto;
}
@media screen and (max-width: 1079px) {
	img.decks {
		width: 200px;
	}
}
@media screen and (max-width: 749px) {
	img.decks {
		width: 100px;
	}
}

h1 {
	text-transform: uppercase;
	font-family: monospace;
	letter-spacing: 0.25em;
}

h2 {
	font-family: serif;
	margin-top: 25px;
}

h2::before {
	content: '\201C';
}
h2::after {
	content: '\201D';
}

.headspace {
	clear: both;
	margin: 50px 0 25px;
	border-bottom: 1px solid #000;
}
