
#primary  .wallet  .balance {
  color: #666;
  float: right;
  font-size: 1.2em;
}

#primary  .wallet  .balance  span {
  color: #549a02;
  font-size: 1.33em;
  margin-left: .2em;
}

#primary  .wallet  h1 {
  margin-bottom: 1.3em;
}
#primary  .wallet  h3 {
  qmargin-bottom: 1em;
}

#primary  .wallet  .column {
  float: left;
  width: 31%;
  border-left: solid 1px #ccc;
  padding-left: .7em;
  margin-top: 1em;
}
#primary  .wallet  .column.left {
  margin-right: 1.8em;
}
#primary  .wallet  .column.right {
  float: right;
}

#primary  .wallet  .report {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#primary  .wallet  .report  td {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: .5em;
}

