 #uwnwapu {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 19px;
        line-height: 1.2;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    #uwnwapu_inner {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #uwnwapu_inner:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    #uwnwapu_content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
        z-index: 1045;
        background: #fff;
        padding: 2em 1em;
        border-radius: .2em;
        box-shadow: 0 0 25px -5px #000;
        opacity: .1;
        transition: opacity .5s ease;
    }

    #uwnwapu_wrapper {
        border: solid #006600;
        border-width: 2px 0;
        padding: 1em 3em;
    }

    #uwnwapu_h2 {
        color: #152874;
        padding: 0;
        margin: 0;
        font-size: 1.5em;
    }
    
    #uwnwapu_h2:first-line {
        color: #c80000;
        font-size: 1.2em;
    }

    #uwnwapu_button {
        display: inline-block;
        background-color: #006600;
        color: #fff;
        margin: 2em auto 0;
        padding: 1em 2em;
        border-radius: .2em;
        text-decoration: none;
    }

    #uwnwapu_close {
        position: absolute;
        top: -.5em;
        right: -.5em;
        background-color: #152874;
        color: #fff;
        display: block;
        width: 1em;
        height: 1em;
        line-height: .9em;        
        border-radius: 100%;
        padding: .25em;
        font-size: 1.5em;
        
    }

    .uwnwapu_close {
        cursor: pointer;        
    }