
label {
  display: block;
  font-size: small;
}

div#wrapper {
  width: 60%;
  margin: 0 auto;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
}

fieldset {
  border: 1px solid #ccc;
  padding: 5px;
}

legend {
  margin-top: 10px;
  font-size: medium;
}

h2 {
  font-size: x-large;
  margin-top: 10px;
}

h3 {
  margin-top: 20px;
  font-size: large;
}

.tooMany {
  color: red;
}
