.continue-link, .qr-code {
    font-family: "Times New Roman",Times,serif;
    text-align: center;
}

.app-overlay {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.app-overlay-container {
    width: 680px;
    top: 50%;
    left: 50%;
    line-height: normal;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
    z-index: 9999;
}

.app-overlay-inner {
    padding: 30px;
    height: auto;
    background: -moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(70%,#f2f2f2),color-stop(70%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
    background: -o-linear-gradient(top,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
    background: -ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
    background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 70%,#fff 70%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}

    .app-overlay-inner ul {
        list-style-type: disc;
        margin-bottom: 16px;
        margin-left: 280px;
        margin-top: 16px;
        padding-left: 40px;
    }

        .app-overlay-inner ul li {
            line-height: 28px;
            font-size: 20px;
            position: relative;
        }

    .app-overlay-inner li span {
        position: absolute;
        bottom: 5px;
    }

.app-screenshot {
    width: 280px;
    float: left;
}

.app-overlay-content p {
    line-height: 28px;
    font-family: "Times New Roman",Times,serif;
    font-size: 24px;
    margin-left: 300px;
}

.qr-code {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
    width: 54%;
}

.continue-link {
    font-size: 21px;
    padding-top: 20px;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-decoration: underline;
}

.close-overlay {
    right: 0;
    top: -25px;
    cursor: pointer;
    background-image: url(../images/close-x-white.png);
    width: 18px;
    height: 18px;
    position: absolute;
}
