body {
    margin: 0;
    background-color: #333;
    height: 100%;
    text-align: center;
}

#container {
    border-radius: 0;
    border: 4px solid transparent;
    background-color: transparent;
    padding: 0;
    height: 100%;
    width: 95%;
    min-width: 300px;
    max-width: 700px;
    position: relative;
    margin: 20px auto;
}

#topbg {
    width: 100%;
    height: 300px;
    position: fixed;
    background-color: #333;
    background-image: -moz-linear-gradient(90deg,#333 0%,#555 100%);
    background-image: -webkit-linear-gradient(90deg,#333 0%,#555 100%);
}

#top {
    width: 100%;
    background-color: #c00;
    font-size: 23px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 12px;
    background-image: -moz-linear-gradient(90deg,#b60101 0%,#c00 100%);
    background-image: -webkit-linear-gradient(90deg,#b60101 0%,#c00 100%);
}

#right {
    margin: 0 auto;
    overflow: hidden;
    border-left: 0 solid #ccc;
    border-radius: 0;
}

#q00,#q0,#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9 {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    display: none;
    position: absolute;
    line-height: 28px;
    font-size: 22px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
}

.btnyes {
    font-size: 30px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    width: 45%;
    background-color: #0c0;
    background-image: -moz-linear-gradient(90deg,#090 0%,#0c0 100%);
    background-image: -webkit-linear-gradient(90deg,#090 0%,#0c0 100%);
    border-radius: 4px 0 0 4px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 17px 0;
    text-decoration: none;
    border: 0 solid #fff;
    text-shadow: 0 -1px #060;
}

.btnno {
    font-size: 30px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    width: 45%;
    background-color: #c00;
    background-image: -moz-linear-gradient(90deg,#900 0%,#c00 100%);
    background-image: -webkit-linear-gradient(90deg,#900 0%,#c00 100%);
    border-radius: 0 4px 4px 0;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 17px 0;
    text-decoration: none;
    border: 0 solid #fff;
    text-shadow: 0 -1px #300;
}

.btnnext {
    font-size: 30px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    width: 40%;
    min-width: 200px;
    background-color: #0c0;
    background-image: -moz-linear-gradient(90deg,#febc00 0%,#ffe500 100%);
    background-image: -webkit-linear-gradient(90deg,#febc00 0%,#ffe500 100%);
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 20px 0;
    text-decoration: none;
    border: 0 solid #fff;
    text-shadow: 0 1px #ffe500;
}

#box {
    margin: 0 auto;
    padding: 10px;
}

#box2 {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

#popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0,0,0,.7);
}

#popup {
    width: 300px;
    font-size: 22px;
    color: #666;
    font-family: 'Open Sans',sans-serif;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    top: 40%;
    left: 50%;
    text-align: center;
    margin: -210px 0 0 -150px;
    padding: 10px;
    border: 3px solid #2babe1;
    -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
    box-shadow: 0 0 5px 0 rgba(255,255,255,1);
}

.h1_1 {
    font-size: 35px;
    color: #666;
    font-family: 'Open Sans',sans-serif;
    text-shadow: 1px 1px 1px #fff;
}

.h1 {
    font-size: 34px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    text-shadow: 0 -1px #300;
}

.style1 {
    font-size: 22px;
    color: #666;
    font-family: 'Open Sans',sans-serif;
}

.style2 {
    font-size: 18px;
    color: #444;
    font-family: 'Open Sans',sans-serif;
}

.styleq1 {
    font-size: 23px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

.circle1 {
    font-size: 23px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    background: #fff;
    border-radius: 100px;
    padding: 6px 12px;
    text-shadow: 0 0 0 #fff;
}

.circle2 {
    font-size: 23px;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    background: #555;
    border-radius: 100px;
    padding: 6px 12px;
    text-shadow: 0 1px #666;
}

@media screen and (max-width: 500px) {
    #q00,#q0,#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9 {
        font-size: 18px;
        line-height: 21px;
    }

    .h1 {
        font-size: 22px;
    }

    .style2 {
        font-size: 15px;
    }

    .style1 {
        font-size: 17px;
        color: #666;
    }

    #top {
        font-size: 18px;
    }

    .btnyes {
        font-size: 24px;
    }

    .btnno {
        font-size: 24px;
    }

    .btnnext {
        font-size: 24px;
    }

    #topbefore {
        background-color: #e6e6ea;
        padding: 6px;
        width: 89%;
        margin: 0 auto;
        text-align: left;
    }
}

.unsubscribe{width:100%;position:fixed;bottom:15px;left:0;text-align:center;font-size:12px}
.unsubscribe a{color:#777;text-decoration:underline}
@media screen and (max-width: 767px) {
    .unsubscribe{position:relative;margin-top:40px}
}