#app_medsquares_listView_institutionnews .listViewCell .cellTitle {
	width:601px;
	clear:both;
	margin:12px 12px 0px 12px;
}
#app_medsquares_listView_institutionnews .listViewCell .cellDetail {
	width:601px;
	clear:both;
	font-size:12px;
	margin:0px 12px 12px 12px;
}
.verifiedBadge {
	display:inline-block;

	color:#0a6da0;
	font-weight:bold;
	font-size:10px;
	height:14px;
	line-height:14px;
	padding:0px 3px;
	border:1px solid #7ed3ff;

	background-color:#b2e4ff;
	background:linear-gradient(0% 0% 270deg, #c2eaff, #a6e0ff);
	background:-moz-linear-gradient(0% 0% 270deg, #c2eaff, #a6e0ff);
	background:-o-linear-gradient(0% 0% 270deg, #c2eaff, #a6e0ff);
	background:-ms-linear-gradient(0% 0% 270deg, #c2eaff, #a6e0ff);
	background:-webkit-gradient(linear, left top, left bottom, from(#c2eaff), to(#a6e0ff));

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#app_medsquares_listView_institutionmembers .listViewCell .cellTitle {
	width:392px;
}
#app_medsquares_listView_institutionmembers .listViewCell .cellDetail {
	width:200px;
	text-align:right;
}
#app_medsquares_listView_institutionmembers .listViewCell .cellDetail .smallDetail {
	color:#4787ff;
}