/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */

.show_result_bmi{
    padding: 10px;
    border: 2px dotted #1f7fb7;
    margin-top: 10px;
}
.bmi-box{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
.bodytext{
    margin-top: 20px;
}
.show_result_bmi h4, .show_result_bmi h5{
    margin-top: 6px;
}
.bmi_suggest{
    margin-top: 20px;
}
.bmi_suggest .head1{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.bmi_suggest .head1 span{
    color: #217c09;
}
#score_loop td, #score_loop th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
#score_loop tr i{
    font-size: 12px;
    color: #217c09;
}