.glossary-nav {
	text-align: center;
	font-size: 1.4em;
	line-height: 3em;
	background-color: #000000;
	color: white;
	cursor: pointer;
	font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

.glossary-nav a {
	text-decoration: none;
	font-weight: bold;
}

.glossary-nav a:link {
	color: white;
	background: black;
	text-decoration: none;
}
.glossary-nav a:visited {
	color: white;
	background: black;
	text-decoration: none;
}

.glossary-nav a:hover, .glossary-nav a:focus {
	color: #ed1d25;
	background: black;
	text-decoration: none;
}

.glossary-nav a:active {
	color: black;
	background: white;
	text-decoration: none;
}


.glossary-inactive {
	font-weight: bold;
	color: #d7d7d7;
	cursor: none;
}

.glossary-nav-character {
	display: inline-block;
	margin-left: 0.5em;
}

.glossary-nav-character:first-of-type {
	margin-left: 0;
}

#glossary-content dl {
	font-size: 1rem;
}

#glossary-content dd {
	margin-bottom: 1em;
}

#glossary-content dt {
	font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#glossary-content h2 {
	text-align: left;
}

#glossary-content h2::before {
	display: block;
	content: " ";
	margin-top: -90px; /* The height of the mast header */
	height: 90px; /* This offsets the margin-top */
	visibility: hidden;
	pointer-events: none;
}
