/**
 * 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: 11px;
  color: #000000;
  line-height: normal;
  font-family: tahoma,arial,verdana,sans-serif;
  font-style: normal;
}
	.bt-content hr {
		height: 1px;
		color: #ffffff;
		background-color: #ffffff;
		border: none;
		border-top: 1px solid #a79779;
		}
		
	.bt-content a:link, .bt-content a:visited {
		background: #d0f6a2;
		color: #000000 !important;
		padding: 0;
		text-decoration: none !important;
		}
	.bt-content a:hover, .bt-content a:active {
		color: #000000 !important;
		background: #ffff8c;
		}

/* styling for active target elements - usually for background hilighting 
.bt-active {
  background-color: #ffffcc !important;
}
*/
