.projects-table .MuiBox-root:nth-child(1) {
  width: 100px !important;
}
.projects-table .MuiBox-root {
  width: 100px;
}
.projects-table div.MuiBox-root {
  text-align: center !important;
}

.projects-table thead tr th:nth-child(5) {
  width: 20% !important;
}
.projects-table thead tr th:nth-child(4) {
  width: 20% !important;
}

.projects-table tbody tr td:nth-child(2) div:nth-child(1) {
  width: 100% !important;
}

.projects-table tbody tr td:nth-child(5) div:nth-child(1) {
  width: 100% !important;
}

.projects-table tbody tr td:nth-child(6) div:nth-child(1) {
  width: 100% !important;
}

td.MuiBox-root {
  text-align: right !important;
  padding: 10px 5px !important;
}

th.MuiBox-root {
  text-align: right !important;
}

.icon-hover:hover {
  background-color: #375b8b;
  color: white;
  border: "1px solid grey";
}
