/* AngelShare changes to GigPress style sheet */

/* Set Width of date column */
	td.gigpress-date {width: 22%;}

/* Meet the table that displays our shows */
	.gigpress-table {border-top: none;}
	.gigpress-table upcoming {border:none;background:#000000;}

/* This is for the main header cells containing the column labels */
	tr.gigpress-header th {background:transparent !important; color:#000000;
		border-bottom:1px solid #999999;}

/* Generic class for the table header cells 
	.gigpress-table th {border:1px solid #ff000e;} */
	.entry-content table:not(.variations) {
    	border: none;
    	margin: 0 0 15px;
    	text-align: left;
    	width: 100%;
}

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

/* To set an alternating row style */
	tr.gigpress-alt {background:#f1f1f1; color:#000000;}

	span.gigpress-info-label {color: #999999;}
	span.gigpress-info-item {color: #000000; font-size:16px;}
	p.gigpress_empty {color:#000000;}

/* Greys-out cancelled shows */
	tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
		color: #999999;
		text-decoration:line-through;}

/* Greys-out rescheduled shows */
	tr.gigpress-row.rescheduled, tr.gigpress-info.rescheduled, tr.rescheduled span.gigpress-info-label, tr.rescheduled span.gigpress-info-item {
		color: #999999;
		text-decoration:line-through;}

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

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

/* AS Miscellaneous Modifications */
	.et_pb_text_2.et_pb_text {
		color: #000000 !important;}

	.entry-content thead th, .entry-content tr th {
		color: #000000; font-weight: 700;
		padding: 9px 24px;}

	.entry-content tr td {border:none; padding:4px 24px;}


/* This is for the tour name header cells */
	th.gigpress-heading {background-color: #7ebec5 !important; border-bottom: 1px solid #CCCCCC;}

/* Style for rows within a tour */
	tr.gigpress-tour td {background-color: rgba(255, 255, 255, .25); color:#000000;}

/* Style for the first row after a tour ends in the list */
	tr.gigpress-divider.gigpress-row td {
		border-top: 2px solid #7ebec5;}
