.c-students-table .MuiBox-root:nth-child(1) {
  width: 100px;
}

.c-students-table .MuiBox-root {
  width: 100px;
}
.c-students-table div.MuiBox-root {
  text-align: center !important;
}
.c-students-table tbody tr td:nth-child(4) div:nth-child(1) {
  width: 100% !important;
}

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

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

.c-students-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";
}
.c-students-table thead {
  width: 100% !important;
}
