/* the table that is the people's matrix */
.team_matrix {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	padding-top: 30px;
}

/* an person's box */
.person_box {
	padding-bottom: 25px;
}

/* a person's table */
.person_table {
	padding-left: 10px;
}

/* the person's icon */
.person_table td.icon {
	width: 128px;
	height: 128px;
	text-align: center;
}

/* the person's table body */
.person_table td.body {
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.4;
	font-size: 14px;
}

/* send us your CV */
td.cv {
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
}
