#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: black;
	padding: 7px 5px 5px 5px;
	color: white;
	opacity: .8;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .7px;
}

