ul.shows
{
	margin: 0;
	padding: 0;
	list-style: none;
}

table.shows
{
	table-layout: collapse;
	width:100%;
	border:0;
}

table.shows td,
ul.shows li
{
	vertical-align:top;
	padding:8px 4px;
	border:0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
}

table.shows tr.row-1 td,
table.shows tr.row-2 td
{
}

.info
{
	font-size: 14px;
	margin-right: 4px;
}

table.shows .event-next td
{
	background: #000 !important;
}

.event-next td,
.event-next td a
{
	color: #fff;
}

.event-datetime
{
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	min-height: 31px;
	min-width: 80px;
	float: left;
	clear: left;
	padding-right: 15px;
}

span.event-dt-top,
span.event-dt-bottom
{
	display: block;
	font-size: 14px;
	text-align: center;
}

span.event-dt-top {
	background-color: #000;
	color: #fff;
}

span.event-dt-bottom {
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
}

span.event-info
{
	display: block;
	margin-left: 76px;
}

.tickets
{
	background-image: url(../img/tickets.png);
	background-repeat: no-repeat;
	display: inline-block;
	width:21px;
	height: 12px;
	background-position: 0;
}

.event-next .tickets
{
	background-image: url(../img/tickets-wit.png);
}

.event-tickets
{
	text-align: right;
	padding: inherit 0 !important;
}

.status
{
	background-image: url(../img/cancelled.png);
	width:55px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0;
}

.status-cancelled
{
	background-image: url(../img/cancelled.png);
}

.status-sold-out
{
	background-image: url(../img/sold-out.png);
}

.event-map
{
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

.event-map:hover
{
	background-image: url(../img/marker.png);
}

a.tickets span,
small span
{
	display: none;
}

table.shows th
{
	font-size:12px;
	padding:4px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}

table.shows td,
table.shows th
{
	padding-right:20px;
}

.event a
{
	text-decoration: none;
}

.event a:hover
{
	text-decoration: underline;
}

/*th span
{
	background-color:#000;
	color:#fff;
	padding:0 4px;
} */

.past-gigs th
{
	padding-top:50px;
}

/*.past-gigs th span
{
	background-color:#999;
	color:#fff;
}*/

.past-gig td,
.past-gig td a
{
	color:#999;
}

/*

span.status
{
	background-color:#333;
	color:#FFFFFF;
	font-family:Tahoma, arial;
	font-size:11px;
	padding:0 4px;
	text-decoration:none !important;
}

tr.cancelled td.event-datetime,
tr.cancelled td.event-datetime a,
tr.cancelled td.event-venue,
tr.cancelled td.event-venue a,
tr.cancelled td.event-city,
tr.cancelled td.event-city a,
tr.cancelled td.event-info,
tr.cancelled td.event-info a
{
	text-decoration:line-through;
	color:#900;
}

tr.cancelled span.status,
span.status-sold
{
	background-color:#900;
}

span.status-for-sale
{
	background-color:#070;
}
*/