.stickytooltip{
box-shadow: 5px 5px 8px #818181;
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display: none;
position: absolute;
width: 377px;
height: auto;
border-radius: 6px;
display: none;
/* border: 5px solid black; */
background: white;
z-index: 3000;
border: 1px #034b8a solid;
padding: 7px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

.atip img{
min-width: inherit;
max-width: 370px;
height: auto;
}


.atip b{
color: #034b8a;
font-size: 13px;
}