/*This is the default stylesheet.  You should probably leave it as is.To customize any of these styles, drop a *copy* of this file into your current theme directory.Any style changes make there will override styles in this document.*//* Meet the table that displays our shows */.gigpress-table {	width: 720px;	border: none;	margin: 0px;	color:#fff;		text-align:left;	margin:0px;	padding:0px;}/* This is for the main header cells containing the column labels */tr.gigpress-header th {	font-weight: bold;}/* Generic class for the table header cells */.gigpress-table th {	padding: 6px 8px 6px 0px;	vertical-align: middle;	text-align: left;}/* This is for the tour name header cells */th.gigpress-heading {background-color:#000;}/* This is for the tour name headings, whichever one you're using */th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {	margin: 0;}/* Applies to all cells in the table */.gigpress-table td {	padding: 6px 8px 6px 0px;	vertical-align: middle;	text-align: left;}/* Some subtle hover effects */.gigpress-row:hover, .gigpress-info:hover {	color: #fff;}/* Applies to the first row of each show listing */.gigpress-row td {	border-top: 2px solid #330000;	padding:14px 20px 0px 0px;}/* To set an alternating row style */.gigpress-alt {}/* Individual classes for the label header cells that start the table */th.gigpress-date {}th.gigpress-city {}th.gigpress-venue {}th.gigpress-country {}/* Likewise, individual classes for the content cells */td.gigpress-date {}td.gigpress-city {}td.gigpress-venue {}td.gigpress-country {	}tr.gigpress-info td {	font-size: 100%;	color: #fff;}/* This wraps each of the address, admission, etc spans in the "info" cell */span.gigpress-info-item {}/* For the labels for address, admission, etc in the "info" cell */span.gigpress-info-label {	color: #fff;	margin-left:14px;	font-weight:bold;}/* For the spacer cell that goes in-between tours */td.gigpress-empty {}/* In case you want to style the "Buy Tickets" link */a.buy-tickets {	font-weight: bold;}/* In case you want to style the Googlefied address link */a.gigpress-address {}/* This is for the RSS link */td.gigpress-rss a {	padding-left: 14px;	background: transparent url(images/feed-icon-10x10.png) no-repeat left bottom;	margin-top:160px;	padding-top:160px;}