<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#container
{
   width: 700px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #FFFFFF;
   text-decoration: underline;
}
a:visited
{
   color: #FF0000;
}
a:active
{
   color: #7CFC00;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.ui-dialog.ui-widget
{
      z-index: 9999 !important;
}
.Dialog1.ui-dialog
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #DDDDDD;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
.Dialog1.ui-dialog .ui-dialog-title
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-align: center;
   margin: 0;
}
.Dialog1.ui-dialog .ui-dialog-titlebar
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #DDDDDD;
   font-weight: bold;
   padding: 10px 10px 10px 10px;
}
.Dialog1.ui-dialog .ui-dialog-titlebar-close
{
   background: none;
   border: none;
   outline: 0;
   right: 10px;
   font-family: Arial;
   font-size: 13px;
   display: none;
}
.Dialog1.ui-dialog .ui-dialog-titlebar-close:after
{
   align-items: center;
   color: #FFFFFF;
   content: "\00d7";
   display: flex;
   font-size: 1.5em;
   font-weight: bold;
   height: 100%;
   justify-content: center;
   position: absolute;
   left: 0;
   text-indent: 0;
   top: 0;
   width: 100%;
}
.Dialog1.ui-dialog .ui-dialog-titlebar-close .ui-icon
{
   display: none;
}
.Dialog1, .Dialog1 .ui-corner-all
{
   border-radius: 0px;
}
#Dialog1.ui-dialog-content
{
   overflow: visible;
   padding: 0;
}
.Dialog1 .ui-dialog-buttonpane .ui-dialog-buttonset
{
   float: right;
}
.Dialog1 .ui-dialog-buttonpane
{
   text-align: right;
}
#Button1
{
   border: 2px solid #F5F5F5;
   border-radius: 5px;
   background-color: transparent;
   background-image: none;
   color: #FF0000;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
</pre></body></html>