#tooltip {
	position: absolute;
	z-index: 3000;
	margin-top: -20px;
	/* border: 1px solid #69901d;
	background-color: #edf7d9; */
	padding: 5px 5px 5px 25px;
	opacity: 0.85;
	max-width: 250px;
        height: 43px;
	width: 279px;
	overflow: visible;
	background-image: url(/images/tooltip-speech-bubble.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#tooltip.viewport-bottom.viewport-right {
        background: url('/images/tooltip-speech-bubble-flip-flop.png');
	background-repeat: no-repeat;
        background-position: top right;
}

#tooltip.viewport-right {
        background-position: top right;
        background: url('/images/tooltip-speech-bubble-flop.png');
	background-repeat: no-repeat;
}

#tooltip.viewport-bottom {
        background: url('/images/tooltip-speech-bubble-flip.png');
	background-repeat: no-repeat;
        background-position: top left;
}

#tooltip div { 
	margin: 0; 
}
#tooltip h3 {
	color: #69901d;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
