#result, #result2, #resultbmi, #resultbsa, #resultibw, #resultlbw, #resultbfp, #Resultcca, #Resultang, #Resultsom, #Resultanthro, #Resultfluid {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
  }
  
  #egfrBox, #egfrBox2, #bmiBox2, #bsaBox2, #ibwBox2, #lbwBox2, #bfpBox2, #ccaBox2, #angBox2, #somBox2, #anthroBox, #fluidBox {
    margin-bottom: 10px;
  }
  
  #egfrResult, #egfr2Result, #bmiResult, #bsaResult, #ibwResult, #lbwResult, #bfpResult, #ccaResult, #angResult, #somResult, #anthroResult, #fluidResult {
    font-weight: bold;
  }

  #calculatorForm, #shwartzForm, #bmiForm, #bsaForm, #ibwForm, #lbwForm, #bfpForm, #ccaForm, #angForm, #somForm, #anthromeasurementsForm, #fluidForm {
    display: flex;
    flex-direction: column;
    max-width: 300px; /* Adjust as needed */
    /*margin: 0 auto; /* Centers the form horizontally */
}

 

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust as needed */
}

label {
    flex: 1;
    margin-right: 10px; /* Adjust as needed */
}


        /* buttons*/
#btn-group {
  position: relative;
}

#bmibutton, #bsabutton, #egfrbutton, #ibwbutton, #lbwbutton, #bfpButton, #ccaButton, #angButton, #somButton {
  position: relative;
  top: 10px;
  right: 10px;
  /* Rest of your button styles */
}

#eg1 {
  position: relative;
  top: 0%;
  left: 10%;
  
  /* Rest of your button styles */
}

#eg2 {
  position: relative;
  top: 0%;
  left: 10%;
  /* Rest of your button styles */
}

/* Anthropometric form */

