<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #FFF;

}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-content {
    color: #666;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #FFF;
    top: 1px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #FFF;
    left: -1px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #FFF;
    left: 1px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #FFF;
    top: -1px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ccc;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ccc;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ccc;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ccc;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px;
}
</pre></body></html>