#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #606060;
	padding: 10px 20px;
	opacity: 1;
	line-height: 20px;
	color: white;
	border: 1px solid #303030;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 { font-size: 12px; color: white; line-height: 20px; font-weight: bold; }

#tooltip a { color: #ffea00; text-decoration: underline; }

