#btnMethod_1 {
  width: 150px;
}

#btnClear_1 {
  width: 66px;
}

#syntax_1 {
  margin-top: 4px;
}

#selectOption {
  height: auto;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

#textBox {
  margin: 6px 0px 0px 0px;
}

#labelText1,
#labelText2 {
  margin-top: 10px;
}

#labelText3 {
  margin-top: 18px;
}

code {
  margin-top: 6px;
}

/* *************** 834px *************** */
@media only screen and (max-width: 834px) {
  span.toggleSwitch {
    font-size: 8px;
    border: 4px solid rgba(0, 0, 0, 0.8);
    border-right: 20px solid rgba(0, 0, 0, 0.8);
    padding-right: 6px;
  }
}

/* *************** 640px *************** */
@media only screen and (max-width: 640px) {

  .selectParams {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
  }

  #textBox {
    font-size: 14px;
    margin-left: 8px;
  }

  .myObjectText {
    font-size: 14px;
    margin-left: 10px;
  }

  #selected2 {
    margin: 0px;
  }

}