/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0pt;
	padding: 10px;
	color: #ffffff; 
	background-color:  rgb(149, 199, 38); 
}

.tipcontent {
	border-bottom: 1px solid  rgb(149, 199, 38);
	margin: 10px 10px 25px;
	padding-bottom: 5px;
  	text-align:justify;
}