/* Overrides */
body {
  background: transparent;
  height: auto;
}

hr {
  margin-top: 1rem;
}

/* End overrides */


.rsvp-content {
  text-align: center;
  padding: 1rem;
}

#rsvp-form {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

input[type="radio"] {
  height: 16px;
  width: 16px;
}

.not-last-radio-label {
  margin-right: 60px;
}

input[type="number"] {
  font-size: 16px;
  width: 48px;
}

input[type="number"]:disabled, input[type="text"]:disabled {
  background: transparent;
  color: #ccc;
}

input[type="text"] {
  font-size: 16px;
}

#submit {
  font-size: 16px;
}

#submit:disabled {
  color: #ccc;
}

@media(max-width: 360px) {
  input[type="text"] {
    width: 18em;
  }
}

@media(min-width: 361px) {
  input[type="text"] {
    width: 21em;
  }
}
