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;
}

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

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

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