/* primary container */
address#contact-page {
	display: block;
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
	
	/* contact section */	
	address#contact-page > div {
		display: inline-block;
		margin-right: 50px;
		vertical-align: top;
		float: left;
	}

	/* section label */
	address#contact-page > div > h3,
	address#ShopSuey-receipt > div > h3 {
		font-size: 35px;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
		margin: auto auto 15px auto;
	}

	/* contact item */
	address#contact-page > div > ul > li,
	address#ShopSuey-receipt > div > ul > li {
		font-size: 20px;
		line-height: 1.175;
		text-shadow: 2px 2px 0px rgba(0,0,0,.1);
		margin-bottom: 25px;
	}
		
		address#contact-page > div > ul > li:first-child,
		address#ShopSuey-receipt > div > ul > li:first-child {
			margin-left: 0px;
		}
	
		/* contact label */
		address#contact-page > div h4,
		address#ShopSuey-receipt > div h4 {
			font-size: 20px;
			color: rgba(0,0,0,.5);
			text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
			margin-bottom: -3px;
		}
		
		/* small */
		address#contact-page small,
		address#ShopSuey-receipt small {
			display: inline-block;
			font-size: 16px;
			color: rgba(0,0,0,.85);
			margin-top: -5px;
		}

/* font-awesome payment icons override */
address#contact-page .fa {
	margin-right: 5px !important;
	color: rgba(0,0,100,.65);
	cursor: default;
}

/* size override for font-awesome money icon */
address#contact-page .fa-money.fa.fa-2x {
	font-size: 60px !important;
}

/* contact page notices */
address#contact-page > div > p {
	margin-bottom: 35px;
	max-width: 500px;
	margin-bottom: 10px;
	line-height: 1.35;
	text-align: justify;
}

/* cash payment instructions container */
address#ShopSuey-receipt {
	margin-top: 25px;
}