.bmi-calculator .table-cell{
	 padding: 30px;
} 

.bmi-calculator .table-cell.bmi-calculator-right
{
	width: 100%;
}

.bmi-result-table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    color: #3b526a;;
 	width: 300px;
}

.bmi-result-table th {
    background: none repeat scroll 0 0 #F2F2F2;
    text-align: center;
    border: 1px solid #bfd6eb;
    padding: 5px;
}

.bmi-result-table td {
    border: 1px solid #bfd6eb;
    padding: 5px;
    text-align: center;
}
