.tippy-tooltip.james-theme {
  box-shadow: 0 0 1em #999999;
  background-color: #fff;
  color: #999;
  font-size: 0.5em;
  white-space: pre-line;
}

.tippy-tooltip.james-theme[data-placement^="top"] .tippy-arrow {
  border-top-color: rgba(0, 0, 0, 0);
}

.tippy-tooltip.james-theme[data-placement^="bottom"] .tippy-arrow {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.tippy-tooltip.james-theme[data-placement^="left"] .tippy-arrow {
  border-left-color: rgba(0, 0, 0, 0);
}

.tippy-tooltip.james-theme[data-placement^="right"] .tippy-arrow {
  border-right-color: rgba(0, 0, 0, 0);
}
