.glossary-link {
    border-bottom: 1px dashed #B5B5B5;
    cursor: help;
    text-decoration: none;
}

.glossary-link:hover {
    text-decoration: none;
}

.tooltip {
	background: #B5B5B5;
	border: 2px solid #AAA;
	padding: 10px;
	color: white;
	width: 280px;
	z-index: 600;
}