.widget_gigpress {
    color: white;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-weight: bold;
	padding: 1px 10px!important;
	color: #111;
	border-radius:25px;
	border: 1px solid #EEE;
	background: #00ff84;
/*	color: green!important;
*/	border: none;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	font-weight: 300!important;
	font-size:80%!important;
	padding: 3px 10px!important;
	border-radius:25px;
	border: 1px solid #EEE;
	background: #ea3525;
	color: #FFF!important;
	border: none;
}
li ul,li span ul{padding:0!important;margin:0!important}

/* Notes to add after name of venue */
li.gr-id-406 span.gigpress-sidebar-venue:after {
  content: " (TV-Aufzeichnung)" !important;
}

li.gr-id-1294 .gigpress-sidebar-status {
  display:none;
}


ul.gigpress-listing li{
    clear:both;
}
.gigpress-sidebar-status {
    display: inline-block;
    float: inline-end;
	overflow:hidden;
}