.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-boingo .tooltipster-box {
  background: #676b74;
  background: rgba(103,107,116,0.95);
  border-radius: 0;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-boingo .tooltipster-content {
	color: white;
  padding: 1em;
  line-height: 1.3;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #676b74;
    border-bottom-color: rgba(103,107,116,0.95);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #676b74;
    border-left-color: rgba(103,107,116,0.95);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #676b74;
    border-right-color: rgba(103,107,116,0.95);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #676b74;
    border-top-color: rgba(103,107,116,0.95);
}

.tip.tooltipstered {
    border-bottom: 1px dashed #35c0e2;
    cursor: help;
}
