.tooltipster-sidetip.tooltipster-shadow {
  min-height: 340px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 15px;
  padding: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 0px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 0
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 0
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 0
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
  min-height: 256px;
  overflow-y: hidden;
  padding: 0 0 .5rem 0;
}

.tooltipster-base .tooltipster-box .closer {
  position: absolute;
  right: 12px;
  top: 12px;
}

.tooltipster-base .tooltipster-box .logoImgWrapper {
  display: block;
  max-width: 160px;
  width: 100%;
  height: auto;
  min-height: 55px
}

.tooltipster-base .tooltipster-box .logoImg {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-bottom: .5rem
}

.tooltipster-base .tooltipster-box .location {
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.tooltipster-base .tooltipster-box .title {
  color: #6a91ce;
  margin-bottom: 10px;
  margin-bottom: 1rem
}

.tooltipster-base .tooltipster-box .teaser {
  font-weight: 400;
  max-height: 144px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow-y: auto;
}

.tooltipster-base .tooltipster-box .boxy img {
  width: 40px;
  height: 40px;
  margin-right: 3.3px;
  margin-right: .33rem;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 12px;
  margin-left: -6px;
  width: 24px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -12px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: -12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow {
  height: 24px;
  margin-right: -12px;
  width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 24px;
  margin-left: -12px;
  width: 12px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px
}