.results-table .MuiBox-root:nth-child(1) {
  width: 80px !important;
}
.results-table .MuiBox-root {
  width: 70px;
}

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

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

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