.table {
  width: 100%;
}
.currency-cell {
  text-align: right;
  font-family: var(--font-mono);
  font-weight: var(--font-weight-5);
  white-space: nowrap;
}

.row--pending td {
  opacity: 0.5;
}
