#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #222;
	padding: 5px;
	color: #eee;
	width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 11px; }
#tooltip .url { display: none; }
