.glyphicon-unrecord:before {
    content: " ";
    box-shadow: 0 0 0 2px #878787 inset;
    border-radius: 50%;
    color: rgba(255,255,255,0);
    font-size: 0.98em;
    width:14px;
    height:14px;
    display: inline-block;
}
.ans-hint{
    display: none;
}
.exam-score{
    display: none;
}

#main-wrapper .exam-wrp .exam-cnt .ans-cnt {
    border-collapse: collapse;
    margin: 6px 0 10px 0;
}

#main-wrapper .exam-wrp .exam-cnt .ans-cnt td {
    border: 1px solid #000;
}