/* line 1, /home/deploy/heinz/app/assets/stylesheets/tooltip.css.scss */
.hv-tooltip {
  position: absolute;
  z-index: 50;
  width: 250px;
  left: -109px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
/* line 12, /home/deploy/heinz/app/assets/stylesheets/tooltip.css.scss */
.hv-tooltip:after, .hv-tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 23, /home/deploy/heinz/app/assets/stylesheets/tooltip.css.scss */
.hv-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
/* line 29, /home/deploy/heinz/app/assets/stylesheets/tooltip.css.scss */
.hv-tooltip:before {
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #e6e6e6;
  border-width: 9px;
  margin-left: -9px;
}
