<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hasTip img {
        vertical-align: middle !important;
}

.tip-wrap{
    z-index: 10000;
}
.tip {
     color: #000;
     max-width: 350px;
     z-index: 13000;
	   border: 2px solid #5c5c5c;
	   border: 2px solid rgba(0, 0, 0, 0.2);
	   -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   border-radius: 4px;
   	 box-shadow: inset 0 3px 1px rgba(0,0,0,0.4), 0 0 8px rgba(100, 100, 100, 0.6);
   	 -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.4), 0 0 8px rgba(100, 100, 100, 0.6);
   	 -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.4), 0 0 8px rgba(200, 200, 200, 0.6);
   	 background-color: #808080 !important;
   	 color: white !important;
   	 -webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
   	 -moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
   	 -o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
   	 transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

.tip-title {
     text-shadow: 0 -1px 1px rgba(0,0,0,0.77) !important;
     font-weight: bold;
     font-size: 14px;
     margin: 0;
     padding: 4px 8px 4px;
     background: #1300ff;
     border-bottom: 1px solid #024A68;
}

.tip-text {
     font-size: 14px;
     padding: 4px 8px 8px;
     color: #ffffff;
     background: #aeaecc;
}
</pre></body></html>