.ee-clearfix .ee-event-datetimes-li {
    padding-right: 0.5em;
}

.ee-clearfix .ee-event-datetimes-li {
   /* width: 100%;*/
}

/* custom ticket selector mobile style*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 20px;
		width: 0%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Start"; }
	td:nth-of-type(2):before { content: "Time"; }
	td:nth-of-type(3):before { content: "End"; }
	td:nth-of-type(4):before { content: "Time"; }
	td:nth-of-type(5):before { content: "Ticket"; }
	td:nth-of-type(6):before { content: "Price"; }
	td:nth-of-type(7):before { content: "Book"; }

}
.custom-button-link{
 background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.custom-button-link:hover, .custom-button-link:focus, .custom-button-link:hover, .custom-button-link:focus {
    background: #767676;
color:#fff;
}