table {
  min-width: 100%;
}

table td,
table th {
  padding: 0.5rem 1rem;
}

table tr:nth-of-type(even) {
  background: #f8f8f8;
}

table.plain tr:nth-of-type(even) {
  background: transparent;
}

table.sale-history-edit {
  max-width: 80rem;
  min-width: 30rem;
}

table.sale-history-edit button {
  max-height: 4.1rem;
}

table.sale-history-edit .del {
  display: flex;
}

.sale-history-edit__flags {
  display: flex;
  gap: 1rem;
}

.sale-history-edit__flag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  cursor: pointer;
}

.sale-history-edit__flag input[type="checkbox"] {
  margin: 0;
  accent-color: var(--primary);
}

.faux-row {
  padding: 2rem 3rem;
}

.faux-row h2 {
  margin: 0;
  padding: 0;
}

.faux-row p {
  margin: 0;
  padding: 0;
} 