.ticket-options-wrapper table{border:none;padding:0;margin:0 0 30px;}
.ticket-options-wrapper table th {font-size:22px;text-align:left;padding:0px 0 5px 0;line-height:1;border:none; font-weight: normal;}
.ticket-options-wrapper table th span {
	display:block;
	border-bottom:1px solid #A2AAAD;
	padding-bottom:21px;
	position:relative;
	color: #000;
}
.ticket-options-wrapper table th.ticket-type{ padding-right:18px;}
.ticket-options-wrapper table th.advance-pricing{width:280px; padding-right:18px;}
.ticket-options-wrapper table th.on-the-door {width:280px;}
.ticket-options-wrapper table td{ border:0px solid #A2AAAD; border-bottom:1px solid #A2AAAD;}
.ticket-options-wrapper table td.advance-pricing,
.ticket-options-wrapper table tbody td{font-size:21px;padding:18px 18px 18px 0;}
.find-more-box{position:relative; padding-right:40px;}
.find-more-box a.link-typ1{position:absolute;right:10px;top:-23px;}
.find-more-box .content-bd{font-size:16px;line-height:24px;padding-top:10px;}
.find-more-box .content-bd strong { color:#a2aaad; display:block; margin-bottom:-5px; font-weight: 600; color: #000;}
.find-more-box .down-arrow {
	display:inline-block;
	height:20px;
	width:20px;
	line-height:20px;
	background:#000;
	border-radius:20px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	vertical-align:top;
}
.find-more-box.open .down-arrow {line-height:18px;}
.find-more-box .down-arrow:before {
	content:"\f107";
	font-family: FontAwesome;
}
.find-more-box.open .down-arrow:before {
	content:"\f106";
	font-family: FontAwesome;
}
@media (max-width:1138px){
.ticket-options-wrapper table th { font-size:18px;}
.ticket-options-wrapper table thead th.advance-pricing {width:200px;}
.ticket-options-wrapper table thead th.on-the-door {width:200px;}
.ticket-options-wrapper table tbody td {font-size: 18px;padding:10px;}
}
@media screen and (max-width:767px){
.ticket-options-wrapper table thead, .ticket-options-wrapper table th{display:none;}
.ticket-options-wrapper table tbody, .ticket-options-wrapper table tr, .ticket-options-wrapper table td{display:block; max-width: 100%; width: 100%;}
.ticket-options-wrapper table td.on-the-door{ border:none;}
.find-more-box { padding-right:0px;}
.ticket-options-wrapper table tbody tr{margin-bottom:12px; border:1px solid #747474;}
.ticket-options-wrapper table tbody td{position:relative;padding:12px 34px 12px 54% !important;font-size:16px;border-width:0px 0px 1px 0;}
.ticket-options-wrapper table tbody td:before{position:absolute;top:0px;left:0px;bottom:0px;width:47%;text-align:left;content:attr(data-title);overflow:hidden;padding:12px 5px 12px 10px;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:16px;background:#000;}
.find-more-box a.link-typ1{right: -10px;}
.ticket-options-wrapper table{table-layout: fixed;}
}
@media screen and (max-width:480px){
.find-more-box{position:static;}
.find-more-box a.link-typ1{top: 13px; right: 10px;}
}