/* This is for the tour name header cells */
th.gigpress-heading {
        background-color: #000;
	border-bottom: 1px solid #CCC;
}


/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: transparent;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #afadad;
	border-bottom: 1px solid #CCC;
}