#recipeTable {
  margin-top: 1em;
  width: 673px;
}
#recipeTable th {
  white-space: nowrap;
  font-size: larger;
}
#recipeTable .ps {
  display: block;
  font-size: smaller;
  font-style: normal;
  font-weight: normal;
}

#recipeTable td {
  padding: 1em;
  word-spacing: 1em;
}

#recipeTable tfoot td {
  text-align: center;
}

#recipeTable em {
  display: block;
  font-size: larger;
}

#recipeTable ul {
  list-style-type: none;
}

#recipeTable dt {
  clear: both;
}
#recipeTable li {
  padding-right: 1em;
  float: left;
  white-space: nowrap;
}

.item {
  white-space: nowrap;
}