
#event_details > table					{ float:left; max-width:50%; }
#add_to_cart_form						{ float:right; width:50%; }

table							{ }
table tr						{ }
table th						{ font-size: 18px; font-weight: bold; text-align: left; }
table td						{ padding: 5px; font-size: 16px; }

.pricing_list							{ list-style:none; }
.pricing_list > li						{ margin-left:0; }

div.section								{ clear:both; }
div.section:after						{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }

#event_details							{ margin-bottom:30px;  }
#event_details:after					{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }

#event_rentals .Actions					{ margin-left:0; text-align:center; }
#event_rentals table td					{ padding:10px 0; border-top:1px solid #ccc; }

@media (max-width:700px){
	#event_details > table				{ float:none; width:100%; max-width:none; }
	#add_to_cart_form					{ float:none; width:100%; margin-top:40px; }
}

@media (max-width:600px){
	#add_to_cart_form .Actions 			{ margin-left:0; }
	#event_rentals table *				{ -webkit-box-sizing:border-box; box-sizing:border-box; }
	#event_rentals table tr				{ display:block; }
	#event_rentals table tr:after		{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }
	#event_rentals table td				{ display:block; float:left; }
	#event_rentals table td.img			{ width:100px; }
	#event_rentals table td.title		{ width:100%; padding-left:120px; float:none; }
	#event_rentals table td.atcform		{ width:100%; float:none; clear:both; border:none; padding:0; }
	#event_rentals table td.atcform fieldset	{ float:left; width:50%; }
	#event_rentals table td.atcform .Actions	{ float:left; width:50%; margin:0; }
	#event_rentals table td.atcform label		{ padding-top:3px !important; width:50px !important; float:left; }
	#event_rentals table td.atcform .middleColumn	{ float: none !important; clear: none !important; }
}

