.tooltipster-sidetip .tooltipster-box {
  background: transparent;
  border: none;
  border-radius: 0;
}
.tooltipster-sidetip .tooltipster-content {
  font-size: 1.4rem;
  padding: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #979797;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -2px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 10px;
  margin-top: -5px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #979797;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -2px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  width: 10px;
  margin-left: -5px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #979797;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-uncropped {
  bottom: -2px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  width: 10px;
  margin-left: -5px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #979797;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 5px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 5px solid transparent;
}
