.course_links {
	padding: 0;
	margin: 0;
	margin-top: -0.8em;
	margin-bottom: 2em;
}
.course_links li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 0.8em;
}
.course_links .divider:after {
	content: "|";
	margin: 0 0.5em;
	color: #888888;
}
.course_links a {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 0.3em;
	color: #555555;
	text-decoration: none;
	border-top: 0.15em solid rgba(153, 0, 0, 0);
	border-bottom: 0.15em solid #6e2406;
}


.term {
    display: flex;
    flex-direction: column;
	width: fit-content;
	
	padding: 1em 4em 1em 4em;
	margin: 0.5em auto;
    transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
	border-radius: 0.3em;
}
.author_name { 
    margin-top: 0;
    font-size: 1.1em;
}
.term:hover { border-color: #A0A0A0; }

.term h2 {
	line-height: 1;
	font-weight: 100;
	font-size: 3em;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
@media screen and (max-width: 650px) {

	.term { padding: 0; }
}