/***************************
 *
 *  MOBILE SURVEY CSS
 *  CSS overrides for an iPhone or other small-screen device.
 *
 ***************************/

h3 {
 padding: 0.2em 0em;
}
div.message {
 padding: 0em;
}

ul.formitems{
 margin-left: 1.0em;
 padding-left: 1.0em;
}

ul.formitems li, ul.formitems div {
  margin-left: 0;
  padding-left: 0;
}

td.fullname {
  white-space: normal;
}
td.fullname label:last {
  
}
.firstname {
  width: 11em;
}
.lastname {
  width: 11em;
}

td.address td.label {
  display: none;
}

input.comments {
  width: 95%;
}

.street {
  width: 16em;
}
.city {
  width: 7em;
  margin-right: 0;
}
.state {
  width: 4em;
  margin-left: 0;
  margin-right: 0;
}
.ZIP {
  width: 3.5em;
  margin-left: 0;
}
.stateprovince {
  width: 8em;
}

.errormsg {
  margin: 0.5em 0;
}
.errorfloat, .errorrow {
  font-size: 70%;  
}