body {
	width: auto;
	/* max-width: 320px; */ /* max_width works with iPhones, but doesn't format well with new Android phones and devices that are wider than 320px */
	min-width: 0px;
}

.mobilemenu {
	display: block;
}

.menu {
	display: none;
}

p {
	font-size: 13px;
}
