#btnMethod_1 {
  width: 100px;
}

#btnClear_1 {
  width: 66px;
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }
}