/* Table */
.dashboard .ant-table-thead {
  white-space: nowrap;
}
.dashboard .ant-table-thead > tr > th {
  text-align: center;
}
.dashboard .ant-table-body {
  border-bottom: 1px solid gray;
}
.dashboard .ant-table-row .ant-table-cell:last-child {
  border: none;
}

/* Cell content */
.amounts {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
}
.amounts-empty .amount_coin {
  color: lightgray;
}
.amounts-empty .amount_usd {
  color: transparent;
}

.amount_coin {
  font-family: monospace;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amount_usd {
  color: gray;
  font-size: 12px;
}

.coin {
  text-align: center;
  position: relative;
}

.coin_verify {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sum {
  font-weight: bold;
  text-align: center;
}

.gas .amount_coin {
  padding-top: 2px;
}
