.Tooltip {
  background: url("../images/tooltip.png");
  border-radius: 0.35rem;
  border: 1px solid silver;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
}
.Tooltip table {
  width: 100%;
}
.Tooltip table tr td:not(:first-child):last-child {
  padding-left: 2rem;
}
.Tooltip .stat-green {
  color: #1eff00;
}

[data-tooltip]:hover {
  opacity: 0.7;
  cursor: url(../img/Point.png), auto;
}

.item-tooltip {
  max-width: fit-content;
}

/*# sourceMappingURL=tooltips.css.map */
