#tooltip {
    position: absolute !important;
    border: 1px solid black;
    box-shadow: -1px 3px 2px #666;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.9);
    color: rgb(65, 65, 65);
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    pointer-events: none;
    height: auto;
    width: 400px;
    font-size: 16px;
    z-index: 999;
}

tooltip {
    cursor: help;
    display: contents;
}