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