.found {
	background: #bdd6a9;
}

.notFound {
	background: #efc7c2;
}

.tableHeader {
	font-weight:bold
}

body {
	height: 100%;
	position: relative;
}

h1 {
	text-align: center;
}

.container {
	min-height: 400px;
}

#speciesTable {
	padding-bottom: 80px;
}