﻿.table.table-ellipsis tbody td {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.mh-25 {
  max-height: 350px !important;
  overflow: auto;
}