#bubble_tooltip {
  width: 250px;
  position: absolute;
  display: none;
}

#bubble_tooltip .bubble_middle {
  background: #fff;
  padding: 7px;
  border: 3px solid #eaeaea;
}

#bubble_tooltip .bubble_middle span {
  position: relative;
  font-size: small;
}
