/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-unistra-LV {
	border-radius: 0; 
	border: 1px solid #000000;
	background-color: #fff;
	color: #333;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-unistra-LV .tooltipster-content {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	background-color: #fff;	
}
