<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tooltip {
    width: 18px;
    position: relative;
    top: -2px;
}

    .tooltip:hover {
        cursor: pointer;
    }

/* WDI theme */
.tooltipster-WDI {
	border-radius: 5px; 
	border: 1px solid #18345A;
	background: #4063AA;
	color: #FFFFFF;
}

.tooltipster-WDI .tooltipster-content {
	font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 10px;
}</pre></body></html>