<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tooltips {
    position: fixed;
    border:     2px outset black;
    background: white;
    max-width: 40%;
    min-width: 20%;
}

.tooltips &gt; .header{
    border:     1px;
    height:     3em;
    background: grey;
}

.tooltips &gt; .header &gt; .title {
    left:       .5em;
    top:        1em;
    position:   absolute;
    color:      white;
}

.tooltips &gt; .header &gt; button {
    right:      .3em;
    position:   absolute;
    height:     16px;
}

.tooltips &gt; .header &gt; button &gt; span {
    position:       absolute;
    height:         11px;
    width:          11px;
    margin-left:    -5px;
    margin-top:     -5px;
    background-image: url('../img/close.png');
}

.tooltips p {
    color: black;
}</pre></body></html>