.tooltip {
  color: #ef7d3a;
}

.my-custom-theme {
  height: auto !important;
}

.my-custom-theme .tooltipster-box {
	font-size: 14px;
	line-height: 1.8;
	padding: 8px 10px;
  border-radius: 5px; 
	border: 2px solid #ef7d3a;
	background: #fff;
  width: 410px;
}

.my-custom-theme .tooltipster-content {
  color: #ef7d3a;
  padding: 0;
  overflow: hidden;
}

.my-custom-theme.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ef7d3a;
}

.my-custom-theme.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ef7d3a;
}

.my-custom-theme.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

.my-custom-theme.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

@media screen and (max-width: 768px) {
	.tooltipster-base {
		width: 300px;
	}
}