#bmi_calc_wrap label {  font-size:16px; width: 75px; float: left; }
#bmi_calc_results { background: #92BFDD; padding: 5px 10px; font-size: 80%; margin-bottom: 0px;}
#bmi_calc_form input[type=number]::-webkit-inner-spin-button, 
#bmi_calc_form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#bmi_calc_form input[type=number] {
  -moz-appearance: textfield;
  width: 71px;
}
#bmi_calc_button {
  display: inline-block;
  padding: 2px 10px !important;
  font-size: 100%;
  margin: 10px 0;
 border:1px solid #67bcd1; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #92cfde; background-image: -webkit-gradient(linear, left top, left bottom, from(#92cfde), to(#76bdd1));
 background-image: -webkit-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -moz-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -ms-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -o-linear-gradient(top, #92cfde, #76bdd1);
 background-image: linear-gradient(to bottom, #92cfde, #76bdd1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92cfde, endColorstr=#76bdd1);
  }
 #bmi_calc_button:hover {border:1px solid #44adc6;
 background-color: #6bbed2; background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbed2), to(#50abc4));
 background-image: -webkit-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -moz-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -ms-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -o-linear-gradient(top, #6bbed2, #50abc4);
 background-image: linear-gradient(to bottom, #6bbed2, #50abc4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6bbed2, endColorstr=#50abc4);} 
  
 /* edit by Kamal*/ 
 .bmi_sidebar{width:30%; max-width:300px; float:left; margin-left: 30px;} 
 .bmi_page{ margin-left:30px; width:80%; background:#FFF; max-width: 416px; float:left;   padding: 20px; border: 4px solid #5aadda; webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75); box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75); margin-bottom: 30px;}
 .sm_bmi_calc_shortcode{ width:225px; float:left; margin-left:30%;}
 #bmi_calc_results{ width:95%; float:left;}
 #bmi_calc_wrap h5{ font-size:16px; margin-top:15px;}
 .or_bmi{ float:left; margin:0px 10px 0px 10px;}
 #bmi_calc_wrap p{ width:100%; float:left; margin-bottom:5px;}
 .bmi_top_bl{ width:auto!Important;}
 .bmi_sidebar figure{ margin:0px!important;}
 .bmi_side_box{ width:100%; float:left; height:250px; margin-bottom:20px; }
  .bmi_side_box img{ width:100%; /*float:left;*/ overflow:hidden; max-height:250px; }
 
 
 
 