#inputA_1,
#inputB_1,
#inputB_2,
#inputC_1,
#inputC_2,
#inputC_3,
#inputD_1,
#inputD_2,
#inputD_3,
#inputD_4,
#btnMethod_1,
#btnMethod_2,
#btnMethod_3,
#btnMethod_4 {
  width: 80px
}

#btnClear_1,
#btnClear_2,
#btnClear_3,
#btnClear_4 {
  width: 66px;
}

/* *************** 834px *************** */
@media only screen and (max-width: 834px) {

  .selectParams {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  #syntax_1,
  #syntax_2,
  #syntax_3,
  #syntax_4 {
    padding-bottom: 0px;
  }

  #inputA_1,
  #inputB_1,
  #inputB_2,
  #inputC_1,
  #inputC_2,
  #inputC_3,
  #inputD_1,
  #inputD_2,
  #inputD_3,
  #inputD_4,
  #btnMethod_1,
  #btnMethod_2,
  #btnMethod_3,
  #btnMethod_4,
  #btnClear_1,
  #btnClear_2,
  #btnClear_3,
  #btnClear_4 {
    margin-bottom: 14px;
  }

  #inputA_1,
  #inputB_1,
  #inputB_2,
  #inputC_1,
  #inputC_2,
  #inputC_3,
  #inputD_1,
  #inputD_2,
  #inputD_3,
  #inputD_4,
  #btnMethod_1,
  #btnMethod_2,
  #btnMethod_3,
  #btnMethod_4 {
    width: 80px;
    text-align: left;
    padding-left: 8px;
  }
}