/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item 
{display:block;}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label 
{color: silver;}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link 
{
font-weight: bold;
text-transform: uppercase;
display:block;
}

p {font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	color: maroon;
	padding: 1px;
	background: none;
	border: none}


/* Applies to the first row of each show listing */
.gigpress-row td {border-bottom: none;}

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