#btnMethod_1 {
  width: 80px;
}

#btnClear_1 {
  width: 66px;
}

#syntax_1 {
  margin-top: 20px;
}

.concatSelect {
  width: 870px;
  margin-top: 6px;
  padding-left: 10px;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

code {
  margin-bottom: 8px;
}

.labelText {
  margin-top: 12px;
}

#labelText1 {
  margin-top: 0px;
}

/* *************** 1024px *************** */
@media only screen and (max-width: 1024px) {

  .concatSelect {
    width: 670px;
  }
}

/* *************** 834px *************** */
@media only screen and (max-width: 834px) {

  .concatSelect {
    width: 520px;
  }
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }

  .concatSelect {
    width: 280px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}