.qestion_option input
{
    float:left;
    margin-top: 6px;
}

.qestion_option span
{
    float:left;
}

.qestion_option span p
{
    margin-bottom:0px;
    padding-left: 10px;
}
.qestion_option
{
    margin-bottom: 10px;
}
.question_marks
{
    position: absolute;
top: 0;
right: 0;
}
.already-submit,.not_submit,.mark_for_review
{
    display: inline-block;
}

.already-submit p,.not_submit p,.mark_for_review p
{
    width:35px!important;
    height:35px!important;
    line-height:35px;
    color: #000 !important;
}
.already-submit p
{
background: #f00;
}
.not_submit p
{
    background: #67c203;
}
.mark_for_review p
{
     background:#e76303;
}
.btn1
{
    margin:10px 20px;
}