/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #000;
	border-bottom: 1px solid #000;

}


/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #000;
}


/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #000;
}


/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
	border-top: 2px solid #000;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #999;
	border-bottom: 1px solid #FFF;
}


/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #999;

}