/**
 * 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;
	text-align:left;
	top:0;
	left:0;
}
.bt-content h1 {
	font-size: 14px !important;
	margin:0 !important;
	padding:0 !important;
	color:#4d4d4d !important;
}
.bt-content p {
	margin:0;
	padding:0;
}
.target:hover, .target:active, .target:focus {
	text-decoration:underline;
}
/* styling for active target elements - usually for background hilighting */
.bt-active {
/* example:
  background-color: yellow !important;
  */
}
