.stickytooltip{
	position: absolute;
	display: none;
	border: 5px solid black; /*Border around tooltip*/
	background: white;
	z-index: 1000012;
	-webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.30);
	box-shadow: 10px 10px 5px rgba(0,0,0,0.30);
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background-color: rgba(0,0,0,0.70);
	color:  rgba(255,255,255,1.00);
	padding-top: 5px;
	text-align: center;
	font: bold 11px Arial;
}


