/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-iosres {
	border-radius: 5px; 
	border: none;
	background: rgba(39, 51, 51, 0.84);
	color: #fff;
}

.tooltipster-iosres a, .tooltipster-iosres a:visited {
	color:#cbe0e0;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-iosres .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}