body > header div.wrap, body > footer div.wrap, #content {
  width: 100%;
  max-width: 900px;
}

h1 {
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}
h2.lead {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 1em;
}
#lead-form {
  margin: 1em 0;
  width: 100%;
  float: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.2);
  background-color: #cef;
}

#lead-form h2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: .5em 1em;
  font-size: 18px;
}

#lead-form input {
  width: 100%;
  background-color: #fff;
  padding: .5em;
  font-size: 16px;
}
#lead-form label {
  margin-bottom: .5em;
  font-size: 16px;
}
#lead-form a {
  color:#000;
  text-decoration:underline;
  font-weight:normal !important;
}
@media screen and (min-width: 768px) {
  #lead-form {
    margin: 1em;
    width: 360px;
    float: right;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    border-radius: 0.4em
  }

  #lead-form h2 {
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em
  }

  #lead-form input.btn {
    width: 170px
  }
  #lead-form form {
    margin: 2em;
  }
}

#main {
  padding-bottom: 0
}

.tables {
  padding-bottom: 2em
}

@media screen and (min-width: 768px) {
  h1 {
    line-height: 1
  }
}
