.form_bmi { margin-bottom: 50px; text-align: center; }
.form_bmi input[type="number"] { padding: 0 0 0 10px; width: 130px; height: 40px; line-height: 40px; font-size: 15px; border-radius: 5px; }

.bmitxt{ font-size: 18px; font-weight: bold; color: #d30312; }

table { width: 100%; border-spacing: 0; border-collapse: collapse; }
table .t { background: #EFEFEF; }
.tablebmi { text-align: center; }
.tablebmi thead tr { background: #8DD8F8; }
.tablebmi tbody tr { background: #ccc; }
.tablebmi tbody .tr1 { background: #66CC00; }
.tablebmi tbody .tr2 { background: #FFFF00; }
.tablebmi tbody .tr3 { background: #FF9900; }
.tablebmi tbody .tr4 { background: #FFA197; }