/* 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: #666;
}

/* 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
	