.tippy-popper .tippy-tooltip{
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);
  text-align:left
}
.tippy-popper .tippy-tooltip .tippy-content{
  font-family:'Open Sans', sans-serif;
  font-weight:normal;
  padding:15px
}
.tippy-popper .tippy-tooltip .tippy-content h6,.tippy-popper .tippy-tooltip .tippy-content h3{
  font-weight:700;
  margin-bottom:1rem;
  font-size:1rem
}
.tippy-popper .tippy-tooltip .tippy-content p:not(:last-child){
  margin-bottom:1rem
}
.tippy-popper .tippy-tooltip .tippy-content p+h3{
  margin-top:1.5rem
}
.tippy-popper .tippy-tooltip.spyfu-small-theme .tippy-content{
  min-width:0px !important
}
.tippy-popper .tippy-tooltip.spyfu-light-theme{
  background:#fff;
  padding:0 !important
}
.tippy-popper .tippy-tooltip.spyfu-light-theme .tippy-content{
  background:#fff;
  min-width:0px !important;
  padding:0
}
.tippy-popper[x-placement^="left"] .spyfu-light-theme .tippy-arrow{
  border-left-color:#fff
}

