div#buttons {
  text-align: center;
  height: 5em;
  padding-top: 1em;
}
div#buttons input {
  width: 20%;
  height: 3em;
  margin-left: 2em;
  margin-right: 2em;
}

section {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  clear: both;
}

section textarea {
  margin: 0;
  padding: 0;
  min-height: 2.5em;
}
section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section div.heading {
  margin-bottom: 1em;
  width: 75%;
  float: left;
}
section div.heading span {
  text-align: left;
  clear: both;
}
section div.heading span * {
  margin-right: 10%;
  float: left;
}
section.textonly div.heading {
  width: 100%;
  text-align: center;
}
section.textonly div.text {
  margin-bottom: 1em;
}
section.textonly p {
  text-indent: 1.75em;
  margin-bottom: 0.75em;
}
section div.fields {
  float: left;
  width: 73%;
  padding-left: 2%;
}
section div.comments {
  width: 25%;
  min-height: 4em;
  height: 100%;
  float: right;
  text-align: right;
}

section div.heading h1 {
  float: left;
  margin-right: 1.5em;
}
section div.heading p {
  width: 96%;
}

section div.fields div {
}
section div.fields textarea {
  width: 95%;
  max-width: 95%;
  min-width: 95%;
}
section.rating li {
  margin-right: 1em;
  float: left;
}
section.textstack div.fields div {
  margin-bottom: 0.5em;
}
section.textstack label {
  float: left;
  width: 10em;
  padding-right: 1em;
}
section.radiostack div.fields div {
  clear: both;
}
.radioflat li {
  margin-right: 5em;
  float: left;
}
.radioindent {
  margin-left: 1.5em;
}
section#contact div.fields input {
  width: 40ex;
}
/*section.checkstack {}*/
section.checkstack div.fields div {
  clear: both;
  float: left;
}
section.checkstack div.fields input[type="checkbox"] {
  margin: 0 0.3em 0.6em 0;
}
section.checkstack div.fields div.follows {
  margin-left: 0.3em;
  clear: none;
}
section.checkstack div.fields div.follows div {
  clear: none;
}
section.checkstack div.fields div.follows input {
  margin: -0.3em 0.3em 0 0.3em;
}
section.multirating div.fields {
  width: 95%;
}
section.multirating div.fields div {
  clear: both;
  padding-top: 0.75em;
  border-top: solid #cccccc 1px
}
section.multirating div.fields div.no-divide {
  float: left;
  margin: -2.5em 0 0 6ex;
  border-top: none;
}
section.multirating ul {
  float: right;
  width: 60%;
}
section.multirating li {
  font-size: small;
  float: left;
  text-align: center;
  width: 16%;
}
section.multirating div.fields label {
  font-size: small;
  width: 40%;
  float: left;
}
section.explain textarea {
  height: 4em;
  max-height: 20em;
}
section.yesno input[type="radio"] {
  margin: 0;
}
section.yesno li {
  margin-right: 20%;
  float: left;
}
section.yesno div.on-yes label {
  float: left;
  margin-left: -19%;
}
section.yesno div.on-no label {
  float: left;
  margin-left: -45%;
}
section.bigtext textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 7em;
  max-height: 40em;
}

section#Q15 input#Q15-other_name, section Q17 input#Q17-other_name {
  width: 55ex;
}
section div.comments img {
  margin-top: 0.2em;
  float: right;
  width: 28px;
  height: 32px;
}
section div.comments div.comment-box {
  float: left;
  width: 84%;
}
section div.comments label {
  width: 100%;
  vertical-align: text-top;
}
section div.comments textarea {
  height: 3em;
  max-height: 25em;
  width: 99%;
  max-width: 99%;
  min-width: 99%;
}

section#thesisony, section#thesisonlynote {
  margin-bottom: 0;
}

section#alumni div.fields textarea {
  width: 65%;
  max-width: 65%;
  min-width: 65%;
  height: 4em;
  max-height: 6em;
}
section#alumni div.fields input {
  width: 65%;
}

div#signed {
  display: block;
  padding-top: 0.5em;
}
div#signed p {
  text-indent: 0;
  margin: 0;
}
