#gkitest_description{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}
#gkitest label{
    line-height: 25px;
    padding-left: 4px;
}
#gkitest label.error{
    color:red;
}
#gkitest label.good{
    color:green;
}
#gkitest input[type="radio"]{
    margin-top:2px;
}
#gkitest .question_text{
    color: #1D5B9F;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#gkitest .button{
    margin: auto;
    margin-top: 40px;
}
#gki_response{
    margin-bottom:20px;
}
#gki_response .form-separator{
    left: -20px !important;    
}
#gki_result_missing{
    color: #F7A74F;    
    font-style: italic;
    margin-bottom: 10px;
    font-weight: bold;
}
#gki_result_point{
    font-weight: bold;
    font-size: 20px;    
    margin-bottom: 10px;
}
#gki_result_point.passed{
    color:green;
}
#gki_result_point.failed{
    color:red;
}
#gki_result_description{
    
}
