﻿.resultTable td {
  padding: 0px;
}
.resultTable .mud-table-root {
  table-layout: fixed;
}
.resultTable .mud-table-root .NoChildren .mud-table-cell:first-of-type button {
  display: none;
}
.resultTable .mud-table-container {
  overflow-y: unset;
}

.hidden {
  display: none !important;
}

.resultColumn {
  width: 150px;
}

@media (max-width: 1500px) {
  .resultColumn {
    width: 100px;
  }
}
