.stickytooltip{

display:none;

position:absolute;

display:none;


z-index:3000;

border-radius:5px;

color:#fff; 
width:400px ;
font-size:13px !important; 
padding:8px 12px; 
background-color:#1aa7e1;

}





.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/

background:black;

color:white;

padding-top:5px;

text-align:center;

font:bold 11px Arial;

}