<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tooltip {
    cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	width:360px;
	/*background: url(/image_aff/popup.png) no-repeat;*/
    color: #000;
    background:#fff;
    border:1px solid #dedede;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3{
    background: none repeat scroll 0 0 #C82D00;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 2px 5px 0;
    text-align: center;

}

#tooltip div{
    padding: 10px 20px 15px;
    font-size: 12px;
}
</pre></body></html>