.job .job-error {
  display: block;
  max-width: 420px;
  margin-top: 4px;
  color: #f2a071;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
