#tooltip { position: absolute; z-index: 3000; background-color: #000; padding: 5px; color: #000; border: 3px solid #fff;
		   line-height: 1.3; width: auto; }

#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size: 14px; line-height: 1.3; margin-bottom: 3px; }
#tooltip div.body { color: #fff; font-size: 11px; line-height: 1.3; }