html, body {
	margin: 0;
}

html {
	font-size: 62.5%;
	font-family: "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body {
	font-size: 1.3em;
}

#menu, #sidebar {
	display: none;
}

.actions, .filter, .sorting, .pagination, .cake-sql-log {
	display: none;
}

.plant {
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}

.plant .latin-name {
	font-weight: bold;
}

.plant .common-name {
	font-style: italic;
}