.afes-engineer {
  max-width: 720px;
  margin: 0 auto;
}

.afes-form label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

.afes-form input,
.afes-form select {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
}

.afes-note {
  color: #666;
  font-size: 0.9em;
}

.afes-history {
  width: 100%;
  border-collapse: collapse;
}

.afes-history th,
.afes-history td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.afes-reject-row td {
  background: #fff3f3;
  color: #900;
}

@media (max-width: 600px) {
  .afes-history thead {
    display: none;
  }

  .afes-history tr {
    display: block;
    margin-bottom: 12px;
  }

  .afes-history td {
    display: block;
    padding: 6px 4px;
  }
}