
div#ccm-block-desktop-site-activity-chart {
  position: relative;
}

div#ccm-block-desktop-site-activity-legend {
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
  width: auto;
  display: none;
  z-index: 500;

  h6 {
    color: #999;
    text-transform: uppercase;
  }

  div.ccm-block-desktop-site-activity-legend-row {
    font-size: 18px;
    margin-bottom: 4px;
  }
}