body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 5pt;
	font-size: 8pt;
	color: #000;
}

h1 {
	margin: 0;
	font-size: 1.8em;
	margin-bottom: 0.4em;
}
h2 {
	margin: 0;
	font-size: 1.4em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #000;
}

h3 {
	padding-top: 0.8em;
	margin: 0;
	font-size: 1.6em;
}

td {
	vertical-align: top;
}

.grid {
	border-collapse: collapse;
	width: 100%;
}
.grid .cell {
	width: 50%;
	padding-right: 2em;
}

.schedule {
	margin: 0.8em 0;
	border-collapse: collapse;
	width: 100%;
}

.schedule td {
	padding: 0.3em 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.schedule .time {
	color: #888;
	width: 8%;
	padding-right: 1em;
}
.venueRow {
	page-break-before: always;
}

.schedule .artist {
	padding: 0;
}
.artist a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0.3em 0;
}
.artist a:hover {
	text-decoration: underline;
}

.schedule tr:hover {
	background: #f8f8f8;
}