#tooltip {
  color: #fff;
  font-weight: bold;
  text-align: center;
	position: absolute;
	z-index: 3000;
	width: 112px;
	height: 18px;
}
#tooltip h3, #tooltip div { margin: 0; }

