.tooltip {
	position: absolute;
	z-index: 3000;
	/* background-color: #255999; */
	background: #262626;
	text-align: left;
	font-size: 11px; 
	line-height: 13px;
	color: #ffffff; 
	padding: 10px;
	opacity: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 400px; 
	font-weight: bold; 
}
.tooltip h3, .tooltip div { margin: 0; }

.lt-ie9 .tooltip, .lt-ie8 .tooltip { background: #262626; }
