.tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 5px;
	/*border: 5px solid white;*/
	background-color: #0065bd;
	color:#ffffff;
	width:400px;
	font-size: 0.85em;
	z-index:1;
}
#content .tooltip-content h2 {
	color:#ffffff;
	font-size: 1.5em;
}
#content .tooltip-content h2:before {
	display: none;
}
.tooltip-content img {
	margin: 0 5px 0 0;
    padding: 0;
    vertical-align: bottom;
}

