
#walletTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#walletTable th {
  background: #dfeff1 !important;
  color: #000;
}
#walletTable td,
#walletTable th {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}
#walletTable td {
  color: brown;
}

