/* Style overrides for tooltip_formatter */

/* Format the Tipsy text bubble */
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 400px;
  text-align: left;
  font-size: .75em;
}

/* Format the .tipsy container class */
.tipsy {
  font-size: 1em;
  margin: .5em;
}

/* Add custom .tipsy-help class for misc styling */
.tipsy-help {
  font-size: 1em;
  float: left;
  margin-right: 1em;
  margin-left: -1em;
}

/* Add space to the image */
.tipsy-help img {
  padding-right: .25em;
}
