/**
 * 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: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}

.donation_info_btn {
    /*font-family: Verdana, Arial, Helvetica, sans-serif; */
    /*font-size: 12px; */
    font-weight: bold;
    color: #4D87C7;
    /*background-color: #E6E6E6;
    border: 1px solid #58585A;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; */
} 
