#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
    border: 1px solid #aaa;
}
#tooltip h3, #tooltip div { margin: 0; }
.tooltip { width: 100px; font-size: 9px; font-weight: normal;  }

