/* Shrink images to fit within viewport; some phones can't scroll horizontally. */
img	{
	max-width: 100%;
}

/* Make sure inputs stay inside the content area */
input, textarea, select {
	max-width: 100%;
}

/* !!! make sure to turn off all floats */

/* !!! reset all body copy to 1em, reset all line-height to 1em */

/* !!! adjust header element margins to em (if px -- reset.css has them in em already) */