#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #767675;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip dt {
	font-weight:bold;
}
#tooltip .pull-1 {
	margin-left:0;
}
.highlight {
	background-color:#fdf9ce !important;
}
.tooltip_fixedwidth {
	width:360px;
}