<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {
	padding: 50px 80px; font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}*/
a:active {
}

:focus {
    -moz-outline-style: none;
}

.simple_overlay {
    padding: 16px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 675px;
    display: none;
    z-index: 10000;
    min-height: 100px;
    background-color: rgb(252, 252, 252);
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;

    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -337px;
    position: fixed;
}

    .simple_overlay .close {
        top: -15px;
        width: 35px;
        height: 35px;
        right: -15px;
        position: absolute;
        cursor: pointer;
        background-image: url("/Content/Images/close.png");
    }

    .simple_overlay h2 {
        padding-top: 5px;
        margin-bottom: 4px;
    }

#triggers {
    text-align: center;
}

    #triggers img {
        margin: 0px 5px;
        padding: 2px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        cursor: pointer;
        background-color: rgb(255, 255, 255);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.details {
    top: 15px;
    width: 150px;
    right: 15px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    position: absolute;
}

    .details h3 {
        margin: 0px 0px -10px;
        color: rgb(170, 187, 170);
        font-size: 15px;
    }
</pre></body></html>