/* CSS Document */

.reverse {
	display:none;
}

@media only screen and (max-width: 400px) {
	#page {
		width: 100%;
	}
	#content {
	font-size:2.2em;
	}
}
