
.bmi_resultat table tr td#result .warning{
	color:#E7E701;
}
.bmi_resultat table tr td#result .normal{
	color: green;
}
.bmi_resultat table tr td#result .danger{
	color: red;
}
.hide{
	display: none;
}
#bmi_resultat.hide{
		display: none;

}

 #underweigh,#normalweight,#overweight,#fat,#xfat,
 #underweight_info,#normalweight_info,#overweight_info,#fat_info,#xfat_info{

 }