.gigpress-container {
	font-size: 14px;
    background-color: rgba(255,255,102,0.3);
}

/* Meet the table that displays our shows */
.gigpress-table {
    margin: 10px;
    width: auto;
}

/* This is for the tour name header cells */
th.gigpress-heading {	
	border-bottom: none;
    font-size: 17px;
    font-weight: normal;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 0;
}

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

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


div.gigpress-subscribe-row {
    margin: 0 10px;
}
/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	float: right;
    text-align: left;
	color: #fff;
    font-size: 16px;
    margin: 0 auto 10px auto;
}
p.gigpress-subscribe a {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
}