

.event_row {
	background-color: white;
	/*margin-bottom: 10px;*/
}

.txt-middle {
	text-align: center;
	padding-top: 16px;
}



.event_details {
	background-color: white;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-title {
	color: black;
}

.event_performances {
	background-color: white;	
	margin-top: 20px;
	border-top: 1px solid black;
	
}


/** Performance list Styling **/

.performance_table {
	font-size: 14px;
}

.performance_table_row {
	height: 15px;
}

.performance_table_date {
	width: 200px;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) { 

.performance_table {
		font-size: 13px;
	}
	
	.btn-purchase {
		font-size: 13px;
	}

}

@media screen and (max-width: 550px) {

	.performance_table {
		font-size: 12px;
	}
	
	.btn-purchase {
		font-size: 12px;
	}

}

@media screen and (max-width: 420px) {	

	.performance_table {
		font-size: 10px;
	}
	
	.btn-purchase {
		font-size: 10px;
	}
	
	.table {
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 320px) {
	.performance_table {
		font-size: 8px;
	}
	
	.performance_table_row {
		height: 10px;
	}
	
	.btn-purchase {
		height: 25px;
		font-size: 8px;
	}
	
	.table {
		margin-bottom: 5px;
	}
}
