/**
 * 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: 12px;
  color: #000000;
  line-height: normal;
  padding: 10px;
  width: 350px;
  text-align: center;
  color: #000000;
  font-weight: normal;
  /*background-color: #E1E1E9;*/
  
}


.bt-wrapper{
	width: 350px;
	
}


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