@media (max-width:1599px){
    .exam_page {
        position:relative;
        padding: 0;
        height: 100%;
        width:100%;
        font-size: 1.5vw;
        border: #4383c3 solid 1px;
    }
}
@media (min-width:1600px){
    .exam_page {
        position:relative;
        padding: 0;
        height: 100%;
        width:100%;
        font-size: 1vw;
        border: #4383c3 solid 1px;
    }
}
.exam_page header{
    position:relative;
    text-align: center;
    color: white;
    background-color: #4383c3;
    padding:0;
    font-size: 1.5vh;
    width:100%;
    height:7%;
    align-items: center;
}
.exam_page header h1{
    padding:2vh;
    margin:0
}
@media (max-width:999px){

    .pallet_toggle_button{
        display:block;
        float:right;
        z-index: 100;
    }
    .hide_question_pallet{
        width: 100%;
        float:right;
        height:93%;
        display: none;
        background-color: #E4EDF7;
        position:fixed;
        z-index:100;
    }
    .show_question_pallet{
        width: 100%;
        float:right;
        height:93%;
        display: block;
        background-color: #E4EDF7;
        position:fixed;
        z-index:100;
    }
}
@media (min-width:1000px){
    .pallet_toggle_button{
        display:none;
    }
    .hide_question_pallet,
    .show_question_pallet {
        width: 15%;
        clear: right;
        float: right;
        height: 93%;
        background-color: #E4EDF7;
        padding: 0;
        margin: 0;
        /*border-left: gray solid 1px;*/
    }
}
.question_pallet{
    position:relative;
    height:95%;
    width:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.question_pallet ul {
    width: inherit;
    height: inherit;
    padding: 0;
    margin: 0 auto;
}
.question_pallet ul li {
    list-style: none;
}
.question_pallet ul li span {
    background: url(buttons.png) no-repeat;
    background-size:300%;
    width: 38px;
    height: 38px;
    float: left;
    line-height: 26px;
    text-align: center;
    vertical-align: text-bottom;
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.question_pallet ul li span.answered {
    background-position: -38px 0;
    /*background-position: -74px -4px;
    height: 34px;
    width: 35px;
    margin-top: 5px*/
}
.question_pallet ul li span.not_answered {
    background-position: 0 0;
    /*background-position: -33px -4px;
    height: 34px;
    width: 35px;
    margin-top: 5px*/
}
.question_pallet ul li span.not_visited {
    background-position: 0 -38px;
    color: #474747;
    /*background-position: -33px -73px;
    height: 34px;
    width: 35px;
    margin-top: 5px;
    padding-top: 1px*/
}
.question_pallet ul li span.review {
    background-position: -76px 0;
    /*background-position: -33px -36px;
    height: 30px;
    width: 35px
    margin-top: 1px;
    padding-top: 5px;*/
}
.question_pallet ul li span.review_answered {
    background-position: -38px -38px;
    /*background-position: -70px -69px;
    height: 30px;
    width: 37px
    margin-top: 1px;
    padding-top: 5px;*/
}
.question_n_answer {
    height:88%;
    max-width:100%;/*This will ensure that the question_n_answer section doesn't
                     overlap question_pallet when question_pallet is visible and
                     when question_pallet is hidden it will occupy the entire width*/
    position: relative;
    overflow-x:auto;
    overflow-y:hidden;
    padding-left: 1%;
}
.question_n_answer * img{
    max-width: 75%;
    max-height: 40%;
}
.question_n_answer * table {
    border-collapse: collapse;
}
.question_n_answer * table td, .question_n_answer * table th{
    border: 1px solid gray;
    padding-left: 1vw;
    padding-right: 1vw;
}
.question_n_answer ul{
    padding:0;
}
.question_no{
    font-weight: bold;
    padding-top:1%;
}
.question{
    padding-top:0.5%;
    display: block;
    clear:left;
    font:inherit
}
.answer{
    padding-top:1.5%;
    display: block;
    clear:left;
    font:inherit
}
.answer_list{
    list-style:none;
}
.toolbar{
    position:absolute;
    bottom:2px;
}
.sky_blue_button{
    float:left;
    background-color: #c7dbf3;
    padding:1vh;
    margin-right:1vw;
}
.dark_blue_button{
    float:right;
    color:white;
    font-weight: bold;
    background-color: #4383c3;
    padding:1vh;
    margin-right:1vw;
}
input[type=radio   ]{
    width:2vh;
    height:2vh;
}