/*
 * Intermittent Bug Filer
 */
#summaryLength {
  font-size: large;
}

#summary:invalid + span {
  color: red;
}
