td {
	font-size: 1em;
  }
	.date, .dayw, .time, .venue, .description {
	background: #f1f1f1;
	}
 .venue {background: #e6e6e6;}

 .date {
	width: 90px;
 }
  /*
  .dayw {
	width: 35px;
 }
 .time {
	width: 70px;
 }
 .venue {
	width: 240px;
 }
 .description {
	width: 260px;
 } */
.spacer {
/* width: 10px */
}
.highlight {
background-color:#CCCCCC;
}

.small {
font-size: 1em;
}

/* =================================================

5. tables

================================================== */

.pastshows {
	width: 525px;
	/*line-height: 1.5em;*/
	padding-bottom: 3em;
	margin: 0em;
}

.table1 {
	width: 100%;
	border:0;
}

.table1 th, .table1 td {
	margin: 0;
	padding: 10px 8px;
	border-bottom: 1px solid #b5b5b5;
	text-align: left;
	vertical-align: top;
  	}

.table1 th {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	background: #305C79;
}