.activity-stats-view .activity-stats-container {
  position: absolute;
  top: 3em;
  bottom: 0;
  left: 1.3em;
  right: 0;
  overflow: hidden;
}

.activity-stats-view .activity-stats-container:hover {
  overflow: auto;
}

.activity-stats-view .activity-stats-toolbar {
  margin-left: 1.3em;
  border-top: 1px solid transparent;
}

.activity-stats-view .no-data-message {
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  margin-left: 1.3em;
  margin-top: 1em;
}

.activity-stats-grid {
  margin-left: 15px;
}

.activity-stats-view .axis path, .activity-stats-view .axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.activity-stats-view .activity-stats-list-item {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  text-decoration: none;
  cursor: pointer;
}
