<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tooltipsy {
 color:#151D34;
 background:#FFF;
 padding:7px;
 font:normal normal 14px/17px "myriad-pro",Arial,Helvetica,sans-serif;
 border:1px solid #BCBCBC;
 width:300px;
}
.tooltipsy:after {
 content:'';
 position:absolute;
 width:300px;
 height:7px;
 bottom:-7px;
 left:0;
 background:url(/i/ttip.png) no-repeat center bottom;
}
</pre></body></html>