header img {
  height: 120px;
  margin-top: 12px;
}

h2, h3 {
  margin-top: 1em;
}

.spanc24 .questionlabel {
  display: none;
}

.spanc24 input, #pp8 input, #pd17 input, #pp48 input {
  float: left;
  margin-left: 0px;
  margin-right: 8px;
}

#pp8 .questionlabel, #pd17 .questionlabel, #pp48 .questionlabel {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-bottom: 1.25em;
  width: 90%;
}

.addresslabel {
  margin-bottom: 0px;
}

.addresslabel .questionlabel {
  width: 30%;
  display: inline-block;
}

input[type="text"],
select {
  display: inline-block;
  margin-left: 0px;
  width: 60%;
}

input[readonly="readonly"] {
  background-color: #eee;
}

input[readonly="readonly"]:focus {
  box-shadow: none;
  border-color: #ccc;
}

.phoneinstructions {
  font-size: x-small;
  display: block;
  clear: both;
  margin-left: 30%;
  margin-top: -24px;
}

input#smss2 {
    display: inline;
    margin-left: 0px;
}

#p32 .questionlabel {
  display: block;
  width: 100%;
}

input[type="submit"],
input[type="submit"]:hover {
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff;
  text-shadow: none;
  padding: 1.25em 4em;
  text-transform: uppercase;
  background: #8f5cbd;
  border: none;
  border-radius: 0px;
}

footer p {
  text-align: center;
  font-size: .85em;
  line-height: 1.25em;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  
  .addresslabel .questionlabel {
    display: block;
    width: 100%;
  }
  
  input[type="text"],
  select {
    display: block;
    width: 100%;
  }
  
  .phoneinstructions {
    margin-left: 0px;
  }
  
}
