label {
  vertical-align: middle;
  white-space: nowrap;
}

.formerror {
  color: #cc0000;
  font-size: 0.9em;
}


.number {
   width: 6em;
}

@media (min-width: 769px) {
  .myinput {
    width: 20em;
  }

  #address2 {
    width: 14.5em;
  }
}

@media (max-width: 768px) {
  .myinput {
    width: 14em;
  }

  #address2 {
    width: 8.5em;
  }
}

.mybutton1 {
  width: 13em;
}

.mybutton2 {
  width: 10em;
}