/* 
This is not the complete css for the gigpress plugin, the main css
page can be found in the gigpress plugin folder. These rules simply
override the defaults set by the plugin. 
*/

/*GIGPRESS is the plugin used to display all of the shows on the Modern West Tour page */

/* Written by Luke Howard for Crowdsurf LLC */
/* Luke [at] crowdsurf [dot] net */


/* Meet the table that displays our shows */
.gigpress-table {
	border-top: none!important;
	margin: 0 0 1em 0 !important;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	color: #FFF !important;
	border-bottom: 2px solid #CCC !important;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-size: 1.3em !important;
	text-align: center !important;
}

/* Applies to all cells in the table */
.gigpress-table td {
	text-align: center !important;
}
/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #666 !important;
}

/* Applies to all of the individual elements in the 2nd row for each show. */
span.gigpress-info-item {
	margin-right:10px !important;
}