
/* fixes font size in iPhone versus desktop browsers */
#welcomebox p {
	margin:15px 15px 0 15px;
	padding:0;
	font-size:0.7em;
}
