.tip {
  color: #fff;
  width: 139px;
  z-index: 13000;
  text-align: left
}
 
.tip-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #F1B347;
  padding: 8px 8px 4px;
  background: url(/images/ui_elements/bubble.png) top left;
}
 
.tip-text {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: url(/images/ui_elements/bubble.png) bottom right;
}

.tip-text strong {
  font-weight: bold;
  color: #fff
}
