/* CSS specific to investigator pages */
/* 11 August 2014  */

.investigator-center {
	text-align: center;
	color:#444444;
	font-size: 18px;
}

.investigator-left {
	text-align: left;
	color:#444444;
	font-size: 18px;
}

#investigator-fname {
	background: #fff url('../images/user.png') no-repeat scroll;
	background-size: 26px 26px;
	background-position: left center;
}

#investigator-institution {
	background: #fff url('../images/institution.jpeg') no-repeat;
	background-size: 26px 26px;
	background-position: left center;
}