@charset "utf-8";
div #shows-container {
	position:relative;
	width: 650px;
	float:left;
	left:45px;
	top:15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	padding:2px;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-right: 1px;
	margin-left: 1px;
}

td {
	text-align: center;
	font-size: 12pt;
	padding: 3px;
	background-color: #e0e0e0;
	background-image: url(../images/table-bg.png);
	background-repeat: repeat-x;
}

.head {
	font-weight: bold;
	background-image:url(../images/table-head-bg.png);
	height: 40px;
	background-color: #e3e4ff;
	background-repeat: repeat-x;
}

.date {
	width: 2%;
	font-weight: bold;	
}

.city {
	width:5%;
}

.venue {
	width: 15%;
}

.other-acts {
	width: 5%;
}


.notes {
	width:40%;
}

.setlist {
	width: 84%;
	text-align:left;
	font-size: 9pt;
}
 .top-row {
	background-image: url(../images/table-top-row-bg.png);
	background-repeat: repeat-x;
}

.acoustic-set {

	font-size:8pt;

}