/* index.css — main page tweaks */

.denom-table td:nth-child(2),
.denom-table td:nth-child(3),
.denom-table td:nth-child(4) {
  text-align: right;
}

.denom-table input.denom-input {
  text-align: right;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.section-header h2 {
  margin: 0;
  color: var(--text-primary);
}
