#btnMethod_1 {
  width: 80px;
  text-align: center;
}

#btnClear_1 {
  width: 66px;
}

#labelText2 {
  margin-top: 18px;
}

.selectParams {
  padding-top: 10px;
}

#toggleInput {
  width: 280px;
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }

  #selected2 {
    font-size: 14px;
    margin-left: 0px;
  }

  #toggleInput {
    margin-top: 2px;
  }
}