.graph-tooltip {
	line-height: 1em;
	text-align: center;
}

#legend {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: 1;
	font-family: sans-serif;
	text-align: center;
	color: white;
}

#info {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 1;
	font-family: sans-serif;
	text-align: center;
	color: white;
}