.account-nav {
  border-bottom: 1px solid #baa46b;
  padding: 1em;
}
.account-wrap {
  padding: 1em;
}
.page {
  background: #2b2b32;
}
.account-table {
  width: 100%;
  margin-top: 1em;
}

.account-table thead {
  color: #eee1ae;
  border-bottom: 2px solid #baa46b;
}
.account-table td {
  padding: 1em 0;
}
.account-table td:last-of-type {
  text-align: right;
}
.account-success {
  color: var(--green);
}
.account-failed,
.account-negative {
  color: var(--red);
}
.account-table tbody tr {
  border-bottom: 1px solid #707070;
}
#dropdownMenuButton {
  -webkit-appearance: none;
  appearance: none;
}

.content-section {
  color: white;
}
