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