._ToolTip {
    /*position: absolute;*/
    position: fixed;
    z-index: 1000001;
    /*display: table-cell; */
    font-size: 12px;    
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    pointer-events: none;
}

._ToolTip table {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
}

._ToolTip table td {
    padding: 0px;
    border: 0px;
}