.table-standard {
  width: 100%;
  table-layout: fixed;
}

.table-standard thead th,
.table-standard thead th.table-header-cell {
  text-align: center !important;
  vertical-align: middle;
}

.table-standard tbody td.cell-center {
  text-align: center !important;
}

.table-standard tbody td.cell-money {
  padding-right: 12px !important;
  text-align: right !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.table-standard tbody td.cell-money > a,
.table-standard tbody td.cell-money > button,
.table-standard tbody td.cell-money > span,
.table-standard tbody td.cell-money > b,
.table-standard tbody td.cell-money > strong {
  margin-right: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.table-standard tbody td.cell-long-text,
.table-standard tbody td.cell-project-name {
  overflow: hidden;
  text-align: left !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.table-standard .cell-two-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.45;
  white-space: normal;
  word-break: break-all;
}
