#tickets{
	font-size:.85em;
}
#tickets td, th{
	text-align: left;
	padding: 0 5px 0 5px;
}
.concert{
	margin: 10px 0 10px 0;
}
.quantity{
	display:inline;
}
.series, .ticket{
	padding:7px;
	margin: 10px 0 10px 0;
	background:#eee;
	border: 1px solid #999;
}
.priceLevel, .seriesConcert, .ticketPrice{
	float:left;
	padding:3px;
	border:1px solid #999;
	background:#fff;
	margin: 1px 3px 1px 3px;
}
.options{
	clear:both;
}
.series h2, .ticket h2{
	margin: 0 15px 0 0;
	padding: 0;
}
.seriesDesc, .ticketDesc{
	float:right;
}
.instructions{
	clear:both;
}
#tickets a:visited{
	color: #0000ff;
}
#tickets input[type='submit']{
	font-size: 1.5em;
}