#edit-field-research-areas-tid-wrapper {
	width: 100%;
}

ul.category-filter {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1em;
}

.list-member {
	width: 120px;
	overflow: hidden;
}

.list-member .name {
	font-size: 1em;
	width: 160px;
	overflow: hidden;
}

.list-member a {
	text-decoration: none;
}

.list-member a .degree {
	color: #999;
	font-style: italic;
	text-align: right;
	margin-right: 4px;
}

.list-member a:hover div.name {
	text-decoration: underline;
}

.list-member a:hover div.degree {
	color: #333;
}