.hovertip {
    position: absolute;
    padding: 5px 5px;
    z-index: 255;
    max-width: 200px;

    color: black;
    background-color: white;
    border: 2px solid black;

    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

