.fa-ul.new_class {
	font-size: 1.2em;
	margin-bottom: 15px; /* Added spacing below the entire list */
	margin-top: 15px; /* Added spacing above the entire list */
}

.fa-ul.new_class li {
	list-style-type: none;
	margin-bottom: 10px; /* Space between list items */
}

.fa-ul.new_class .keyterm {
	color: teal; /* Color for emphasized text */
	font-weight: bold; /* Bold emphasis for key terms */
}

.fa-ul.new_class .keyterm_definition {
	/* Add styles for the definition text (optional) */
}
