.hidden_tooltip {
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 9999;
	font-size: 11px;
	width: 400px;
	background-color: #eceff4;
	border: 1px solid #98b2d3;
}

#tooltip h3 {
	font-size: 12px;
	background-color: #b5c4d7;
	padding: 5px 10px;
	font-weight: bold;
	color: #5382ac;
	margin: 0;
}

#tooltip .clearfix {
	background-color: #eceff4;
	padding: 10px 10px;
}

#tooltip .clearfix .left {
	width: 180px;
}

#tooltip .clearfix .right {
	width: 200px;
}
