#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #bbb;
	padding: 5px;
}
#tooltip h3, #tooltip div {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
