/**
/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2016 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Wed, 30 Nov 2011 11:39:25 GMT
 */
 
 #tracnghiem{
    padding: 10px;
    font-size: 13px;
 }
#tracnghiem .des{
     border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}
#tracnghiem .des h2{
    font-size: 110%;
}
#tracnghiem .des .entry{
    margin-top: 10px;
}
a.tracnghiem{
    color: #B93D00;
    display: inline-block;
    padding-right: 11px;
}
.aright {
    text-align: right;
}

#listings {
    border: 1px solid #EAEAEA;
    margin: 10px 0 0;
    overflow: hidden;
    width: 100%;
}

#listings .one{
    width: 99%;
    background: #F2F2F2;
}
#listings .second{
    background: #fff;
}
#listings .listquesanswer {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}

#listings .listquesanswer .ques {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.answer{
    width: 100%;
}
.answer label{font-weight: normal;}
.tracnghiem_question_bg_check {
    background: #FFFAC0;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}

.tracnghiem_stt_error {
    background:#F00;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}
.cantuvan{
    font-size: 15px;
    font-weight: bold;
    color: blue;
    text-align: center;
}