.table-gigs th{
	color: #ffbe00 !important;
	background: #222;
    font-weight: normal;
}

.table-gigs{
	background: #333;
}
.table-gigs tr{
	color: white;
}

.table-gigs tr:nth-child(odd){
	background: #444;
}

.table-gigs tr:hover{
	color: #ffbe00;
}

@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center; 
    color: #ffbe00;
  }
}



.et_pb_mw_grounds button{
    background: #999;
    border: none;
    padding: 10px;
    color: #eee;
    text-transform:  uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.et_pb_mw_grounds button.active {
    background: #222;
    color: white;
}