﻿.user_wallet .filter-list {
  margin: 0;
  padding: 18px 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.25;
}
.user_wallet .filter-list li {
  color: #ff6700;
}


.user_wallet .cash-overall {
  padding: 20px 24px;
  color: #424242;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.user_wallet .cash-overall .balance {
  float: left;
  font-size: 14px;
  line-height: 1;
}
.user_wallet .cash-overall .balance .type {
  margin-right: 35px;
}
.user_wallet .cash-overall .balance b {
  font-size: 42px;
  font-weight: 400;
}