.info-box {
  cursor: default;
  position: absolute;
  width: 250px;
  z-index: 1;
}

.info-box .info-box-content {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(82, 97, 115, 0.32);
          box-shadow: 0 4px 8px 0 rgba(82, 97, 115, 0.32);
  font-size: 0.875rem;
  font-weight: normal;
}

.info-box-caret {
  background: #fff;
  bottom: -5px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
