<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        #alertBox, .dropdown {
            position: relative;
        }

            #alertBox h2, #credits {
                border-bottom: 1px solid #000;
            }

            .dropdown:hover .dropdown-menu {
                display: block;
            }

        #modalContainer {
            background-color: rgba(0,0,0,.3);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 11111;
        }

        #alertBox {
            width: 300px;
            min-height: 100px;
            margin-top: 50px;
            border: 1px solid #666;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: 20px 30px;
        }

        #modalContainer &gt; #alertBox {
            position: fixed;
        }

        #alertBox h2 {
            margin: 0;
            font: 700 .9em verdana,arial;
            background-color: #3073BB;
            color: #FFF;
            padding: 2px 0 2px 5px;
        }

        #alertBox #closeBtn, #mContainer {
            font: .7em verdana,arial;
            position: relative;
        }

        #alertBox p {
            margin-top: 20px;
            padding-left: 5px;
            margin-left: 10px;
            color: #000;
        }

        #alertBox #closeBtn {
            display: block;
            margin: 5px auto;
            padding: 7px;
            border: 0;
            width: 70px;
            text-transform: uppercase;
            text-align: center;
            color: #FFF;
            background-color: #357EBD;
            border-radius: 3px;
            text-decoration: none;
        }

        #mContainer {
            width: 600px;
            margin: auto;
            padding: 5px;
            border-top: 2px solid #000;
            border-bottom: 2px solid #000;
        }

        code {
            font-size: 1.2em;
            color: #069;
        }

        #credits {
            position: relative;
            margin: 25px auto 0;
            width: 350px;
            font: .7em verdana;
            border-top: 1px solid #000;
            height: 90px;
            padding-top: 4px;
        }

            #credits img {
                float: left;
                margin: 5px 10px 5px 0;
                border: 1px solid #000;
                width: 80px;
                height: 79px;
            }

        .important {
            background-color: #F5FCC8;
            padding: 2px;
        }

        code span {
            color: green;
        }

        .e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }
</pre></body></html>