.gigpress-info-item, .gigpress-info-label {
color: #000000 !important;

}

.description {
padding-bottom:8px !important;
}


/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 3px solid #fff0aa;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 3px solid #fff0aa;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 0px solid #EEE;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #fff0aa;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 0px solid #CCC;
	margin: 0.5em 0 1em 0;
}


/* This is the unordered list that holds the dates */
ul.gigpress-listing {
  margin-left: 15px;
  padding-left: 0px;
  margin-top: 0px;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
  margin-top: 5px;
   padding-bottom:5px;
  list-style-type: dot; 
}



