<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ac-wrapper {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    /*background-color    : rgb(20, 20, 20);*/
    z-index             : 1001;
}

#ac-modal {
    position            : fixed;
    top                 : 260px;
    left                : 50%;
    width               : 400px;         /* Width of modal */
    padding             : 10px;
    margin              : 0 0 0 -215px;  /* Put modal in center. */

    border-radius       : 5px;
    background          : #fff;
    background          : linear-gradient(#f3f3f3, #999);
    box-shadow          :  0 0 5px 1px rgba(0, 0, 0, 1);
}

#ac-modal section {
    text-align          : center;
    padding             : 10px;
    font-size           : 20px;
    color               : #222;                 /* reset */
}

#ac-modal footer {
    background          : none !important;      /* reset */
    height              : 30px !important;      /* reset */
    text-align          : right;
    margin              : 10px 0 5px 0;
}

#ac-modal footer .btn {
    font-size           : 12px;
    padding             : 5px 10px;
    margin              : 0 2px;
    border-radius       : 4px;
    text-decoration     : none;
    background          : #eee;
    background          : linear-gradient(#eee, #999);
    color               : #222;
    box-shadow          : 1px 1px 3px 1px rgba(255, 255, 255, 0.6) ;
    cursor              : pointer;
}

</pre></body></html>