#content-area fieldset {
  width: 90%;
  border: none;
  border-bottom: 1px dashed #C7C2BA;
  margin-bottom: 1em;
}
#content-area fieldset label {
  display: block;
  margin-bottom: 0.5em;
  float: left;
  width: 200px;
}
#content-area legend {
  font-weight: bold;
}
#content-area .error {
  border: 2px solid red;
  padding: 0.5em;
}
#content-area .error-warning {
  color: red;
  font-weight: bold;
}
#content-area .story-descriptor {
  display: none;
}
