.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 #64421d;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 3px solid #64421d;
}

/* Applies to the Country column */
 td.gigpress-country {
	width: 80px;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 0px solid #EEE;
vertical-align: top;
}


/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #64421d;
}

/* 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; 
}


/* changing Buy Tickets font */

.gigpress-info-item {
   text-transform : none;
   font-size: 10px;
}

/* changing widget style */

ul.gigpress-listing {
margin-left: 48px;
margin-right: 15px;
}

.gigpress-sidebar-more {
margin-left: 35px;
font-size: 14px;
font-weight: bold;
}

.gigpress-sidebar-status {
display:block;
}

.gigpress-info-notes {
font-size:13px;
font-weight:bold;
}
