div.htmltooltip{
 position: absolute; /*leave this and next 3 values alone*/
 z-index: 1000;
 left: -1000px;
 top: -1000px;
 background: wheat;
 border: 3px solid black;
 color: black;
 padding: 3px;
 width: 300px; /*width of tooltip*/
 }