#recipients .browse {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #999;
	text-align: center;
}
#recipients .browse.years i {
	margin: 0 0.5rem;
}
#recipients .browse.years .year {
	display: inline-block;
	margin: 0 1rem;
	color: #ccc;
}
#recipients .browse.years .year.current {
	font-weight: 500; color: #000;
}

#recipients .group {
	display: block;
	padding: 1.5rem 0;
	border-top: 1px solid #ccc;
}
#recipients .group:first-child {
	border-top: none;
}
#recipients.year .group .label {
	margin: 0 0 0.75rem 0;
}
#recipients.award .group .label {
	float: left;
	margin: 0; padding: 0;
	line-height: 1.4;
}
#recipients .group .label a {
	color: #000;
	text-decoration: none;
}
#recipients .group .label a:hover {
	text-decoration: underline;
}
#recipients.year .group .recipients {
	padding-left: 1rem;
}
#recipients.award .group .recipients {
	margin-left: 5rem;
}
