#define-term {
	font-size: 10pt;
}

#define-term.isDirty {
	margin-bottom: 2em;
}

#about-glossary {
	background-color: #eef3f9;
	border-radius: 5px;
	padding: 1em;
}

#list-terms {
	margin: 1em 0;
	height: 300px;
	overflow: auto;
	border: 1px solid #ddd;
}

#list-terms ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#list-terms a {
	text-decoration: none;
	display: block;
    padding: 5px 10px 5px 20px;
    text-indent: -10px;
}

#list-terms a:hover {
	background-color: #5781ab;
	color: #fff;
}

#list-terms a.selected {
	background-color: #345c85;
	color: #fff;
}

#random-terms {
	background-color: #eeeeee;
	padding: 1em;
}

#random-terms dt {
	font-size: 14pt;
	color: #5781ab;
}

#random-terms dd {
	color: #333333;
	margin-left: 1em;
}