body {
  font-family: Verdana,sans-serif;
  font-size: 10pt;
}

label {
  font-weight: bold;
  float: left;
  text-align: right;
  margin-right: 8px;
}

fieldset label {
  width: 10em;
}

fieldset {
  margin-top: 12px;
  background-color: #eeeeee;
}

legend {
  border: 1px solid black;
  font-weight: bold;
  background-color: white;
}

.testSubject {
  position: relative;
  width: 128px;
  background-color: #ffc082;
  float: left;
  margin-right: 32px;
  font-size: 1em;
}

#testSubject2 {
  padding: 12px;
  border: 3px maroon ridge;
}

#testSubject3 {
  padding: 12px;
}

#innerSubject3 {
  border: 1px solid green;
}
