#body { background: rgb(20,30,40); }
.application-success { font-family: Arial, sans-serif; }
h2 {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 2rem auto;
}
#page { background: #f3efeb; }
#nav-wrapper {
  background-color: #86776e;
}
#nav-wrapper {
  background: url("../images/mm-bottom.jpg") repeat-y;
}
#nav { text-align: center; }
#nav a {
  color: #ECDDC9;
  color: #FFF6E2;
  text-transform: uppercase;
  font-size: .7em;
  position: relative;
  top: -.1em;
}
#nav span { linex: 1; }
.application-success p { text-align: center; margin: 0 auto 1.5rem; }
form label {
  width: 30%;
  text-align: right;
  margin: .2em;
  display: inline-block;
  font-size: 1em;
  font-family: Arial, sans-serif;
}
form .required { color: maroon; }
form input, form textarea, form select {
  width: 60%;
  border: 1px #86776e solid;
  margin: .2em;
}
form p { text-align: center; }
p#spambot-note, p#required-notexx {
  font-size: .8em;
  text-align: center;
}
p#spambot-note { font-style: italic; }
p#required-note { margin: 1rem; }
#comments-label { position: relative; top: -2rem; }
#button-wrapper {
  text-align: center;
  margin: .5rem auto 1.5rem;
}
#button {
  font-family: Arial, sans-serif;
  width: auto;
  padding: .5em;
  border-radius: .5em;
  background-color: #86776e;
  color: white;
}
.mobile-only { display: none; }

@media only screen and (max-width: 799px) {
  .mobile-only { display: inline; }
  h2#application-title { color: maroon; }
  form label {
    width: 90%;
    text-align: center;
    margin-left: 1rem;
  }
  form input, form textarea, form select {
    width: 90%;
    margin-left: 1rem;
  }
  #comments-label { top: 0; }
  form textarea { margin-bottom: 1rem; }
}
