span.glossary {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
}

#glossary {
	display: none;
	position: fixed;
	left:20px;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.5);
	width: 300px;
	padding: 15px;
}
#glossary .glossary-content{
	color: #fff;
}
#glossary .glossary-content{
	color: #fff;
}