#inputA_1 {
  width: 90px;
}

#btnMethod_1,
#btnMethod_2 {
  width: 80px;
}

#btnClear_1,
#btnClear_2 {
  width: 66px;
}

#textBox {
  font-size: 14px;
  width: 870px;
  padding-right: 8px;
}

.syntaxText {
  margin: 0px;
}

#selected2,
#selected3 {
  margin: 6px 0px 0px 0px;
}

#labelText1 {
  margin-top: 16px;
}

#labelText2 {
  margin-top: 18px;
}

#labelText3 {
  margin-top: 25px;
}

code {
  margin-top: 6px;
}

/* *************** 1024px *************** */
@media only screen and (max-width: 1024px) {

  #textBox {
    width: 670px;
  }
}

/* *************** 834px *************** */
@media only screen and (max-width: 834px) {

  #textBox {
    width: 520px;
  }
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }

  #textBox {
    width: 280px;
    font-size: 13px;
  }

  #selected3 {
    margin: 0;
  }
}