.Wrapper {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LeftAligned {
  left: 0;
  padding-left: 5px;
}

.RightAligned {
  right: 0;
  padding-right: 5px;
}

.Ellipses {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 12px;
}

.TooltipOverlay {
  max-width: 400px;
  max-height: 60vh;
  overflow-y: auto;
}

.TooltipOverlay span,
.TooltipOverlay a {
  color: white;
}
