.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);
    border: 1px solid #e4e4e4;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #333333;
    padding: 20px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .header{display:block;margin-bottom:8px;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .header img{max-width:80px;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .date{display:block;font-size:12px;margin-bottom:8px;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .title{display:block;font-weight:400;margin-bottom:8px;}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px 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
}

