#tooltip {
	position: absolute;
	top: -50px;
	left: -50px;
	font-family: arial;
	z-index: 3000;
	background-color: #696969;
	color: white;
	padding: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 12px !important;}
#tooltip h3 {
  color:white !important;
}