.customform {

}

.customform h2 {
	font-size: 2rem!important;
	text-align: center;
}

.instructions {
	text-align: center;
	padding-block: 1rem;
	font-style: italic;
	font-size: 1.4rem;
}

.tickets {

}

.tickets .ticket {
	margin-bottom: 1.5rem;
	padding: 1rem;
	background-color: #008000;
	color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tickets .ticket .left {
  padding: 1rem
}

.tickets .ticket .right {

}

.tickets .ticket .right .label {

	font-size: 1.2rem;
	font-weight: bold;
	padding-block: 1rem
}

.tickets .ticket .right .select {

}

.tickets .ticket .right .select select {

	font-size: 2rem;
	text-align: center;
}

.tickets .ticket .right .select select option {
	
}

.tickets .ticket.premium.zone3408 {
	background-color: #F00000;
}
.tickets .ticket.premium.zone3420 {
	background-color: #9300F0;
}
.tickets .ticket.premium.zone3421 {
	background-color: #f05a00;
}

.tickets .ticket .title {

	font-size: 2rem;
}

.tickets .ticket .title .price {

	font-weight: bold;
}

.tickets .ticket .ages {
	
	font-weight: bold;
	font-size: 1.4rem;
}

.tickets .ticket .notes {
	
	list-style-type: disc;
	margin-block: 1rem;
	font-size: 1.4rem;
}

.tickets .ticket .notes .note {
	
	margin-left: 1rem;
}

.button {
	text-align: center;
}

.button button {
	font-size: 2rem;
	font-weight: block;
	padding: 1rem 2rem;

}