div.htmltooltip{
position: absolute;
z-index: 1000;
left: -1000px;
top: -1000px;
background: #1E90FF;
border: 8px solid black;
color: white;
padding: 3px;
width: 250px;
}