.tooltipster-light {
    border-radius: 0;
    border: 0;
    background: rgb(244, 244, 244);
    overflow: visible !important;
}
.tooltipster-light .tooltipster-content {
    font-family: "Myriad", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px;
    color: rgb(24, 27, 34) !important;
}
.tooltipster-light::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent rgb(244, 244, 244) transparent;
}
