/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .newPeople a
{
	color:red !important;
 }
 .newPeople,.people
{
 	display:inline !important;
}
.newPeople a,.people a {
	margin-right: 2px;
	background-color: rgba(183,191,204, 0.25);
	border-radius: 5px;
	padding: 2px 7px;
	color: rgba(108, 122, 137,.8);
	transition: all 300ms ease-in-out;
	margin-bottom: 5px;
	display: inline-block;
	line-height:1.3!important;
}