div.htmltooltip{
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #111;
    border: 12px solid #222;
    color: #F14F01;
    padding: 5px;
    width: 350px; /*width of tooltip*/
}