.tooltipster-uoft {
	margin: 5px;
	border-radius: 5px; 
	border: 1px solid #002a5c;
	background: #002a5c;
	color: #fff;
}
.tooltipster-uoft .tooltipster-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.4;
	padding: 8px 10px;
	max-width: 500px;
}
.tooltipster-uoft .tooltipster-content a {
	color: #fff;
}