/* -----------------------------
   Cladogram CSS - Empty Template
----------------------------- */

.cladogram {
  /* container for the cladogram SVG */
}

.cladogram-svg {
  /* the SVG element itself */
}

.cladogram-svg text {
  /* text inside the SVG */
}

.cladogram-svg text:hover {
  /* hover styles for labels */
}
