.treas-table table {
  float:left;
  position:relative;
  width:100%;
}

.treas-table td:nth-child(3),
.treas-table .right {
    text-align:right;
}

.treas-table td:nth-child(1) {
  padding-right:1em;
}

.treas-table .left10 {
  padding-left:10px;
}

.treas-table .left20 {
  padding-left:20px;
}

.treas-table .left40 {
  padding-left:40px;
}