body {
  font: 76%/1.4em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
}
h1 {
  font-size: 2em;
  font-weight: normal;
  line-heighT: normal;
  color: #000;
}
h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
}
._entrySelection {
  /*background-color: #59c5c7;*/
  color: #000;
  font-weight: bold;
  width: 400px;
}
._entrySelection option {
  /*background-color: #59c5c7;*/
  color: #000;
}
._textField {
  background-color: #fff;
  border: solid 1px #ddd !important;
}
.helper_text {
  color: #f00;
}
._submitButton {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5rem 0 0 0;
  display: inline-block;
  background-color: #efebe6;


  border: 1px solid #222 !important;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .03em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-radius: 0 !important;
  padding: 9px 30px 9px 30px !important;
}
