#inputA_1,
#inputB_1 {
  width: 180px;
  background-color: darkslategray;
  color: white;
}

::placeholder {
  color: #a9a9a9;
  opacity: 0.7;
}

::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 0.7;
}

#btnMethod_1,
#btnClear_1 {
  width: 66px;
  text-align: center;
  padding-left: 4px;
}

#syntax_1 {
  margin-top: 20px;
}

.syntaxText {
  padding: 0;
}

.labelText {
  margin: 16px 0 4px 0px;
}

#labelText_1 {
  margin: 6px 0px 0px 0px;
}

.valueBox {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
}

.boxProps {
  margin-left: 10px;
}

.selectParams {
  padding-top: 0px;
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }

  #labelText_2 {
    padding-left: 0px;
  }
}