.tv-tooltip {
    position: fixed;
    display: inline-block;
    z-index: 1000;
}


.tv-tooltip .tv-tooltiptext {
    color: #fff;
    background-color: black;
    text-align: center;
    padding: 6px 8px;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    position: relative;
    /* override image for 404 error */
    z-index: 15; 
}

.tv-tooltiptext_ear {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom: 4px solid #131722;
    background: transparent;
    top: -4px;
    left: calc(50% - 3px);
}
