/* Applies to the first row of each show listing */
.gigpress-row td {
	background-color: #7d0000;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	color: #D8D8D8;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	color: #D8D8D8;
}

.gigpress-calendar-links-inner {
	background-color: #666666;
}

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	list-style-type: none;
}

table.gigpress-table past {
	color: green;
}





