.glossary-container {
    padding-top: 3%;
    column-count: 3;
    column-gap: 50px;
    column-rule: 1px solid silver;
    max-width: 900px;
    margin: auto;
    margin-bottom: 5%;
}

.glossary-container div {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.glossary-container h2 {
	font-size: 1.1em;
	color: #E74C3C;
	font-style: bold;
}

.glossary-container h2:hover {
	color: grey;
	font-family: "Helvetica Neue", sans-serif;
}

.glossary-container p {
	font-family: Georgia, serif;
	font-size: 0.8em;
	padding: 0;
}

.source {
	font-size: 0.8em;
	font-style: italic;
	color: #E74C3C;
}

.source:hover {
	text-decoration: underline;
}

.definition {
	margin-bottom: 40px;
}