﻿#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 10px;
	opacity: 0.90;
	width: 150px;
}
#tooltip h3 { font-size: 12px; font-weight: normal; margin: 0; }

#tooltip div { margin: 0; }