table.md-table tbody.md-body > tr:first-child .md-cell {
  /*border-top: none;*/
}

table.md-table .md-cell .highlight {
  font-weight: 900;
}

table.md-table .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}

table.md-table td.right {
  text-align: right;
}

table.md-table td .money-box {
  text-align: right;
  width: 75px;
  display: inline-block;
}
