#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #dcdcdc;
	padding: 5px;
    font-weight: normal !important;	
	font-size:small;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }
