/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
  /* background: url(/img/highlight-red.gif) center left repeat-x; */
  position: relative;
  color: white;
  font-size: 12px;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}

.bt-content .flag {
    position: absolute;
    right: 10px;
    top: 10px;
}