.account-status {
  width: 100%;
  min-width: 250px;
}

.account-status th:nth-child(1),
.account-status td:nth-child(1) {
  width: 100%;
  text-align: left;
}

.account-status th:nth-child(2),
.account-status td:nth-child(2) {
  white-space: nowrap;
  text-align: right;
}

.account-status th:nth-child(3),
.account-status td:nth-child(3) {
  white-space: nowrap;
  text-align: right;
}

.add-transaction-button {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  transition: opacity 0.2s;
  font-size: 0.9em;
  white-space: nowrap;
}

.add-transaction-button:hover {
  opacity: 0.9;
  color: white;
}
