.ticket-compare-table table {
	table-layout: fixed;
}

.ticket-compare-table table th, .ticket-compare-table td {
	width: 120px;
	height: 60px;
}
@media (min-width: 960px) {
	.ticket-compare-table table th, .ticket-compare-table td {
		width: 214px;
	}
}

.event-image {
    width: 100%;
	border-radius: 20px;
	margin-right: 20px;
}
@media (min-width: 960px) {
    .event-image {
		width: 430px;
    }
}

.link-map {
	font-size: 14px;
}

.ticket-price-classification {
	font-size: 16px;
	margin-bottom:0px;
}
@media (min-width: 960px) {
	.ticket-price-classification {
		margin-bottom:16px;
	}
}

.ticketinfo-heading {
	margin-bottom: 30px;
}
@media (min-width: 960px) {
    .ticketinfo-heading {
		margin-bottom: 64px;
    }
}

.ticket-info-section-line {
	border-bottom: 2px dotted #cccccc;
    margin: 40px 0;
}
