<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: auto;
min-width: 300px;
vertical-align: middle;
background: rgba(255,255,255,.6);
z-index: 5001;
}
#popup{
max-width: 600px;
min-width:300px;
height: auto;
background: #FFFFFF;
border: 3px solid #000;
border-radius: 20px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position:relative;
display: block;
top: 120px;
  margin-left: auto;
  margin-right: auto;
} 
</pre></body></html>