table.seating-chart {
	margin-bottom:30px;
}
caption.seating-chart-title {
	font-weight:bold;
	font-size:12pt;
}

table.seating-chart td, table.seating-chart th {
	text-align:center;
	font-size:.75em;
	width:12px;
	height:12px;
	padding:3px;
}
tr.seating-chart-row {
	border-bottom:1px solid;/* #cccccc;*/
}
td.seating-chart-seat {
	color:#ffffff;
	background:#4b3891;
}