#tripleseat_embed_form{
	display:flex;
	justify-content:center;
	background:#f1f1f1;
	padding: 30px 3%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
} 
#tripleseat_embed_form table{
	width:100%;
}
	@media screen and (max-width:600px){
#tripleseat_embed_form table td{
	display:grid;
}
	}
#tripleseat_embed_form label{
	display:table-row !important;
}
#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea{
	border:none !important;
	padding: 7px 15px;
	margin:5px 0;
}
#tripleseat_embed_form .lead_event_description, #tripleseat_embed_form .lead_booking_description, #tripleseat_embed_form .lead_additional_information, #tripleseat_embed_form .lead_referral_source_other{
	box-sizing:border-box;
	
}
#tripleseat_embed_form input.timeselect_input{
	padding-left:23px;
}
#tripleseat_embed_form .button{
	    font-size: 20px !important;
    color: #fff;
    background-color: #9e500d;
    text-transform:uppercase;
    margin:10px 0;
    padding:10px 25px;
}
.spaces li{
	line-height:1.7;
	list-style:disc;
}