.errorlist {
  list-style: none;
  padding: 0px;
}

.errorlist li {
  padding: 15px;
  border-radius: 4px;
  background-color: #f2dede;
  color: #a94442;
  font-weight: bold;
}

.helptext {
  font-size: small;
  display: block;
  margin-top: -1em;
  margin-bottom: 1rem;
}
