.live-dates-row {	
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: table !important;
    width: 100%;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-bottom: 0px !important;
    background: transparent !important;
    transition: 0.3s;
    line-height: 16px !important;
    vertical-align: middle;
    margin: 5px 0px;
    border-radius: 0px !important;
    -webkit-transition: background 0.3s ease-in-out !important;
    -o-transition: background 0.3s ease-in-out !important;
    transition: background 0.3s ease-in-out !important;
}

.live-dates-description-cell {
  	width: 100%;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
}

.live-dates-date-cell {
    color: #fff !important;
    width: 30%;
    line-height: 16px !important;
    text-transform: none !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    padding: 0 !important;
    text-transform: none !important;
    text-align: left;
}
    
.live-dates-venue-cell {
  	padding: 0 10px !important;
  	width: 50% !important;
    display: inline-flex;
}

.live-dates-venue-name {
    color: #fff !important;
    line-height: 16px !important;        
    letter-spacing: 0px!important;
    text-align: left;
    width: 70%;
}

.live-dates-venue-location {
	width: 30%;
    color: #fff !important;
    text-align: left;
}

.live-dates-link-cell {
    padding: 0px !important;
    width: 20%;
    font-weight: normal !important;
    justify-content: right;
    display: inline-flex;
    justify-content: right;
}

.live-dates-info-button {
	text-transform: none !important;
    min-width: 120px;
    cursor: pointer;
    color: #fff !important;
    background-color: hsl(0deg 2.48% 28.57%) !important;
  	text-align: center !important;    
    width: 50%; 
    transition: 0.3s !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    padding: 8px 10px 5px 10px !important;    
    margin: 5px 0 !important;
}


.live-dates-description-cell, .live-dates-date-cell, .live-dates-venue-cell, .live-dates-venue-location, .live-dates-venue-name, .live-dates-link-cell {    
    line-height: 16px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
    /*display: table-cell !important; 
    vertical-align: middle;*/
    min-height: auto !important;
    line-height: auto !important;
}


.live-dates-row:hover {
    background: rgba(255,255,255,0.1) !important;
}

.live-dates-info-button:hover {
    text-decoration: none !important;
    background: grey !important;
    color: #000 !important;
    font-weight: bold;
    background-color: #fff;
}
    