.urlmanager-link {
  position: relative;
}

.urlmanager-stats-tooltip {
  position:absolute;
  bottom: 150%;
  left: 50%;
  transform:translate(-50%, -10px);
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 999;
  width: 400px;
  font-size: 11px;
  display: none;
}

.urlmanager-stats-tooltip:after {
  content:"";
  position: absolute;
  top: 100%;
  left: 50%;
  transform:translate(-50%, 0);
  border: 7px solid transparent;
  border-top-color: #ccc;
}

:hover > .urlmanager-stats-tooltip {
  display: block;
}

.urlmanager-stats-tooltip h3 {
  font-size: 14px;
  font-weight: 700;
}

.urlmanager-stats-historyRow {
  border-bottom: 1px solid #ccc;
  padding: 3px;
  display: flex;
  justify-content: space-between;
}

.urlmanager-stats-historyRow:last-child {
  border-bottom: 0;
}
