/*
This is NOT the default stylesheet. 
*/

.vevent {
border-top: solid 2px #000 !important;
border-bottom: 2px solid #000 !important;
border-bottom-width: 1px !important;
border-bottom-style: none;
border-bottom-color: #000;
}

/* Meet the table that displays our shows */
.gigpress-table {
	/*	width: 100% !important; */
	border: 1px solid black ;
	border-collapse: collapse;
	border-top: 1px solid black;
	margin: 0.5em 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	background: blue !important;
	color: white !important;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

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

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Applies to the first row of each show listing */
.gigpress-row td { 
}

/* To set an alternating row style */
tr.gigpress-alt { 
	color: green !important;
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date { 
}

th.gigpress-artist { 
}

th.gigpress-city { 
}

th.gigpress-venue { 
}

th.gigpress-country { 
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-artist {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #F6F6F6;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	border-bottom: 2px solid black !important;
}

