#tickets .performances [performance]:not(:first-of-type){ margin-top:10px; }
#tickets .performances [performance] .removeItem{ margin:5px 0; }
#tickets .performances [performance] .wrap .tickets{
	column-gap:10px;
	display:flex;
}
#tickets .performances [performance] .wrap .tickets > div{
	flex:1;
	min-width:150px;
}
#tickets .performances .buttons{
	display:flex;
	flex-wrap:wrap;
	margin-top:5px;
	width:100%;
}
#tickets .performances .buttons .button{ flex:1; }


#tickets .people{ margin:10px 0; }
#tickets .people .seniorNote{ display:none; }

#tickets .people .accountNote,#tickets .submit{ display:none; }

@media screen and (max-width:700px){
	#tickets .performances [performance] .wrap .tickets{ flex-wrap:wrap; }
}