.xts-processviewer-notificationdetails {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.xts-processviewer-notificationdetails table {
  table-layout: fixed;
  width: auto !important;
}
.xts-processviewer-notificationdetails td,
.xts-processviewer-notificationdetails th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xts-processviewer-notificationdetails > div.header {
  font-size: 16px;
  font-weight: 700;
}
.xts-processviewer-notificationdetails > div:not(.header) {
  flex: 1;
  margin: 4px 0;
}
.xts-processviewer-notificationdetails > div.userSummaries {
  flex: 1.5;
}
