body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    padding-top:0;
    margin-top:0;
    margin-bottom:0;
}
a,a:hover,a:visited {
    text-decoration:none;
}
.container {
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    width: 980px;
    padding:0;
    margin:0;
    background-color: #e4edf5;
}
.page {
    text-align:left;
    width: 800px;
    height: auto;
    min-height: 500px;
    /*border: 1px solid black;*/
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.61);
    box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.61);
    background-color:#E8E8E8;
    margin-top: 30px;
    padding: 50px;
    font-size: 18px;
}
.quiz_box {
    text-align:left;
    display: block;

}
.quiz_question {
    height: auto;
    margin-bottom:10px;
}
.quiz_answers {
    min-height: 200px;
    margin-bottom:5px;
    font-size: 16px;
    line-height:24px;
}
.buttons {
    height: 40px;
}
label {
    text-align:left;
    display: block;
    padding-left: 15px;
}
.quiz_question {
    font-weight: bold;
    color: #00599D;
    font-size: 20px;
    border-bottom:1px solid #00599D;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.btn {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #f5f5f5;
     background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
     background-repeat: repeat-x;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
     border-image: none;
     border-radius: 4px;
     border-style: solid;
     border-width: 1px;
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
     color: #00599D;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: bold;
     line-height: 20px;
     margin-bottom: 0px;
     padding: 4px 12px;
     text-align: center;
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
     vertical-align: middle;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
     background-color: #e6e6e6;
     color: #333333;
}

.btn:active, .btn.active {

}

.btn:first-child {

}

.btn:hover, .btn:focus {
     background-position: 0px -15px;
     color: #00599D;
     text-decoration: none;
     transition: background-position 0.1s linear 0s;
}

.btn:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

.btn.active, .btn:active {
     background-image: none;
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
     outline: 0px none;
}

.btn.disabled, .btn[disabled] {
     background-image: none;
     box-shadow: none;
     cursor: default;
     opacity: 0.65;
}
.popup_background {
    display:none;
    opacity:0.7;
    width: 100%;
    height: 100%;
    background: #0f0f0f;
    z-index:10;
    position:fixed;
}
.popup {
    display:none;
    border: 1px solid #00599D;
    background: #E8E8E8;
    color: #00599D;
    z-index: 999;
    margin-top: 200px;
    padding: 10px;
    position:fixed;
    margin-left:40%;
    width:20%;
    opacity:1;
}
#timer {
    font-weight: bold;
    font-size:24px;
    border:1px solid #00599D;
    background: #e0e0e0;
    margin-right:40px;
    margin-top:30px;
    padding:3px;
}
.fright {
    float:right;
    color: #00599D;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.banner {
    text-align:center;
    width: 100%;
    height: 90px;
}
.heading2 {
    display:none;
}
@media only screen and (max-width: 1270px) {
    .vbanner {
        /*display: none;*/
    }
    .container {
        /*width: 680px;*/
        width: 100%;
    }
    .page {
        /*width: 600px;*/
        width: 90%;
        padding:10px;
        padding-top:50px;
        font-size: 13px;
        margin-top:10px;
        min-height: 300px;
    }
    .banner img {
        /* display:none; */
        width:100%;
    }
    .quiz_question {
        font-size: 16px;
    }
    .heading2 {
        display:block;
    }
    .heading {
        display:none;
    }
    #timer {
        margin-top:9px;
        margin-right:30px;
    }
}
@media only screen and (max-width: 1100px) {
    .vbanner {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .vbanner {
    display: none;
    }
   
    .container {
    width: 100%;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 0;
    margin: 0;
    background-color: #e4edf5;
    }
}
