#attempt_questions .panel-footer #pages ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

#attempt_questions .panel-footer #pages ul li {
    display: inline-block;
    padding: 5px 10px;
}

#attempt_questions .panel-footer #pages ul li:last-child {
    border: 0px;
}

.quiz_page_number {
    display: inline-block;
}

#pages .active {
    background-color: rgba(0, 0, 0, 0.12);
}

.question_block .question_title {
    background-color: #00355F;
    padding: 10px;
    color: #FFF;
    font-size: 18px;
}

.question_block label {
    font-size: 18px;
    line-height: 18px;
    color: #6b6b6b;
    padding-top: 20px;
}

.question_block .form-group {
    /*display: inline-block;*/
    /*width: 40% !important;*/
}

#attempt_questions table {
    width: 100%;
}

#attempt_questions .panel-footer .navigation_button {
    background-color: #0b79d3;
    float: left;
    padding: 10px;
    text-align: center;
    width: 150px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
}

#attempt_questions .panel-footer {
    position: relative;
}

#attempt_questions .panel-footer #score {
    position: absolute;
    right: 20px;
    top: 35px;
}

#attempt_questions .panel-footer #pages ul {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
}

#attempt_questions table td {
    width: 50%;
    padding-top: 5px;
}

#end_quiz {
    background-color: #0b79d3;
    padding: 10px;
    text-align: center;
    width: 150px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    float: left;
}

#attempt_questions {
    margin: 0px auto;

}

@media (min-width: 800px) {
    #attempt_questions {
        width: 800px;
        max-width: 723px;
    }

    .question_block label {
        padding-bottom: 20px;
    }

}

@media (max-width: 800px) {
    #attempt_questions .panel-footer .navigation_button {
        margin-bottom: 10px;
    }
}

#attempt_questions #quiz_title {
    margin-left: 20px;
    font-size: 18px;
}

#attempt_questions .panel-heading {
    border: 0px !important;
}

#attempt_questions {
    border: 0px !important;

}

#attempt_questions .row.question_block {
    border: 1px solid #DBD9D9;
    margin-bottom: 20px;
}

.question_block .col-xs-12 {
    padding-top: 15px;
    padding-bottom: 7px;
}

#attempt_questions .icons {
    top: 18px;
}

#attempt_questions .form-group {
    margin-bottom: 0px !important;
}

#attempt_questions .panel-footer {
    background-color: transparent;
    border: 0px !important;
    padding: 0px !important;
}

#attempt_questions .row.question_block:last-child {
    margin-bottom: 0px !important;
}

#attempt_questions #pages {
    margin-top: 20px;
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #E0E0E0;
    padding: 5px;
}

.final_score {
    margin: 20px 0;
    font-size: 20px;
}