.project-list table.dc-table tbody > tr.sumbitted:hover,
.project-list table.dc-table tbody > tr.sumbitted.selected {
  background: #d5fcad;
}
.project-list table.dc-table tbody > tr > td {
  padding: 0px 8px;
  position: relative;
  height: 45px;
}
.project-list table.dc-table tbody > tr > td span.unit-type {
  height: 6px;
  bottom: -6px;
  width: 45px;
}
table.dc-table thead > tr > th:first-child,
table.dc-table tbody > tr > td:first-child {
  padding-left: 15px;
}