/* @override http://patiobar.site/styles/print.css */
#nav,
#footer {
	display: none;
}
body {
	font-family: sans-serif;
}
#logo {
	text-align: center;
	background: #333;
	padding: 10px 0;
}
h1 {
	text-align: center;
}
dt {
	font-weight: bold;
}
#content img {
	float: right;
}
table {
	width: 100%;
	border-left: 1px #222 solid;
	margin-bottom: 20px;
	page-break-after: always; 
}
caption {
	font-size: 1.85em;
}
td {
	height: 50px;
	width: 14%;
	border-right: 1px #222 solid;
	border-bottom: 1px #222 solid;
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
}
td * {
	margin-bottom: 5px;
}
thead th {
	background: #222;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 3px;
}
.time {
	display: block;
}