/* Generic browser CSS */

/* Style for the content section */
div.content {
	/* Structure */
	margin: 0;
	padding: 0;
	background-color: white;
	height:100%;
	max-height: 100%;
	width: 100%;
}
