#inputA_1,
#inputB_1,
#inputC_1 {
  width: 100px;
}

#inputB_2,
#inputC_2,
#inputC_3 {
  width: 80px;
}

#btnMethod_1,
#btnMethod_2,
#btnMethod_3,
#btnClear_1,
#btnClear_2,
#btnClear_3 {
  width: 66px;
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  #syntax_1,
  #syntax_2,
  #syntax_3 {
    padding-bottom: 0px;
  }

  #inputA_1,
  #inputB_1,
  #inputB_2,
  #inputC_1,
  #inputC_2,
  #inputC_3,
  #btnMethod_1,
  #btnMethod_2,
  #btnMethod_3,
  #btnClear_1,
  #btnClear_2,
  #btnClear_3 {
    margin-bottom: 14px;
  }

  #inputA_1,
  #inputB_1,
  #inputB_2,
  #inputC_1,
  #inputC_2,
  #inputC_3 {
    width: 90px;
    text-align: left;
    padding-left: 8px;
  }

  #btnMethod_1,
  #btnMethod_2,
  #btnMethod_3 {
    text-align: left;
    padding-left: 8px;
  }
}