.table-responsive--custom {
  width: 100%;
}

.table--custom > tbody > tr > td:nth-child(1), .table--custom > tbody > tr > td:nth-child(5) {
  width: 100%;
  max-width: 130px;
  overflow: hidden;
  display: block;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 100%;
  max-height: 50px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
}

.xe-pop {
  z-index: 50;
}

/*# sourceMappingURL=popup.css.map */
