.table-scroll {
  overflow-x: auto;
}

.entry-table,
.people-results-table,
.person-detail-table {
  width: 100%;
  min-width: 720px;
}

.entry-table {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.entry-table th {
  padding: 0 8px 8px;
  color: #637089;
  font-size: .92rem;
  text-align: left;
}

.entry-table td {
  padding: 0 8px;
  vertical-align: top;
}

.entry-table input {
  width: 100%;
}

.person-row.is-hidden-row {
  display: none;
}

.results-card .breakdown-table th,
.results-card .breakdown-table td {
  vertical-align: top;
}

.legend-item--note {
  align-items: flex-start;
}

.legend-item--note .legend-label {
  font-weight: 500;
  line-height: 1.5;
}

.is-visually-muted {
  opacity: .6;
}

@media (max-width: 780px) {
  .entry-table,
  .people-results-table,
  .person-detail-table {
    min-width: 680px;
  }
}
