#order_preperation_form .address-container
{
	display: inline-block;
	padding: 15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	margin: 5px 0;
}

#order_preperation_form address-container p
{
	line-height: 1.5;
}

#order_preperation_form fieldset
{
	padding-left: 15px;
}

@media screen and (max-width:768px)
{
	#order_preperation_form fieldset
	{
		padding-left: 0;
	}
}

#order_preperation_form fieldset legend
{
	font-size: 12pt;
	margin-left: -15px;
	margin-bottom: 10px;
}

@media screen and (max-width:768px)
{
	#order_preperation_form fieldset legend
	{
		margin-left: 0;
	}
}

#order_preperation_form input[type="text"],
#order_preperation_form textarea
{
	width: 100%;
	max-width: 570px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    padding: 7px 10px;
	transition: background-color 150ms;
}

#order_preperation_form input[type="text"]:hover,
#order_preperation_form textarea:hover
{
	background-color: #F7F7F7;
}

#order_preperation_form textarea
{
	height: 140px;
}

#alternateAddressContainer
{
	padding-top: 10px;
	margin-left: 20px;
}

#alternateAddressContainer label
{
	font-size: 12pt;
}

#alternateAddressContainer h3
{
	font-size: 15pt;
}

#alternateAddressContainer .row
{
	padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width:768px)
{
	#alternateAddressContainer > .row > .col-sm-4
	{
		margin-top: 10px;
	}

	#alternateAddressContainer > .row:first-of-type > .col-sm-4
	{
		margin-top: 0;
	}

	#alternateAddressContainer > .row > .col-sm-8
	{
		margin-bottom: 10px;
	}
}

#special_instructions_container
{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 570px;
}

#order_preperation_form #promo_code_container
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px 0;
}

#order_preperation_form #promo_code_container input[type="text"]
{
	margin: 8px 0;
}

#order_preperation_form #promo_code_container #promo_code_notes_div
{
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}

#order_preperation_form #promo_code_container #promo_code_notes_div.found
{
	color: #467d3e;
}