/**
 * 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: #ffffff;
  line-height: normal;
  background-color: #000000 !important;
  border:1px solid #ffffff;
}

