#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #4a677f;
	color: #eee;
	padding: 5px;
	opacity: 0.95;
	max-width: 300px;
	width: auto; !important
	width: 300px;
	text-align: left;
}
#tooltip h3, #tooltip div { margin: 0; }
