.roi-unicorn-table td:nth-child(2) a {
  color: var(--pink);
  text-decoration: none;
}

.roi-unicorn-table td:nth-child(2) a:hover {
  text-decoration: underline;
}

[hidden] {
  display: none !important;
}

.ledger td:nth-child(8) {
  color: inherit;
  font-weight: normal;
}

.ledger td:nth-child(9),
.ledger td:nth-child(10).positive,
.ledger td:nth-child(11).positive {
  color: var(--green);
  font-weight: 800;
}

.ledger td:nth-child(10).negative,
.ledger td:nth-child(11).negative,
.ledger td:nth-child(12).fallen {
  color: var(--red);
}

.ledger td:nth-child(12).living {
  color: var(--green);
}
