.cctooltip-text {
  border-bottom: 2px #9fd4ff dotted;
  font-weight: bold;
}

.cctooltip-text:hover {
  font-style: italic;
}

#cctooltip {
 position:absolute;
 top: 0px;
 left: 0px;
 z-index: 4;
 visibility: hidden;
}

#cctooltip-wrapper {
  color: #fff;
  width: 139px;
  z-index: 13000;
  font-family: arial;
}

#cctooltip-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #9FD4FF;
  padding: 8px 8px 4px;
  background: url(bubble.png) top left;
}

#cctooltip-content {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: url(bubble.png) bottom right;
}