<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background-color:#ffffff; border: 1px solid #0096d6;z-index:2010;}
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; background-color:#f7ae39; color: #ffffff; font-weight: bold;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: center; }

#taoverlay {
  background:none repeat scroll 0 0 #FFFFFF;
  display:none;
  height:100%;
  left:0;
  margin:0;
  padding:0;
  position:fixed;
  top:0;
  width:100%;
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ui-dialog .textta {
  font-size:14px;
}</pre></body></html>