/* piece css */
table tr th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 0;
	font-size: .75em;
}
/*
.artistlist {
	clear: both;
	float: left;
	width: 39%;
}

.eventlist {
	float: left;
	width: 59%;
}
*/
.eventlist table tr th, .eventlist table tr td {
	white-space: nowrap;
	vertical-align: top;
}
