/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-unistra {
	border-radius: 5px; 
	border: 1px solid #005fa8;
	background: #fff;
	color: #333;
	padding: 10px 10px;
		
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-right-width: 2px;
	border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-unistra .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 10px;
	overflow: hidden;
}

/*
.interactive-map-poi {
	display: block;
	content: url(../../images/bg-alert-faq.png);
}
*/