#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.90;
	color: white;
	border: 1px solid rgb(118, 118, 118);
	background-color: rgb(7, 12, 32);
	font-size: 12px;
	font-weight: bold;
}
#tooltip h3, #tooltip div { margin: 0; }
