.stickytooltip{

display:none;
position:absolute;
display:none;
border:2px solid #0B4C06; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip { /*Style for footer bar within tooltip*/
background: white;
color:black;
text-align:left;
font: 9pt Arial;
}