<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Solution 360 GmbH
 */
#lpa-tooltip-content {
    display: none;
    position: absolute;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    color: #202020;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 999;
    max-width: 300px;
}

.lpa-tooltip {
    font-size: 1.5em;
    padding-right: 5px;
}
</pre></body></html>