#btnMethod_1 {
  width: 200px;
}

#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;
  }

  code {
    font-size: 13px;
    padding-left: 4px;
  }
}