.position {
	width: 40%;
}
.name {
	width: 30%;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.email {
	width: 10%;
	text-align: center;
}
.phone {
	width: 20%;
}
.infotable {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}
.infotable-heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #EB8618;
	text-align: center;
	border: 1px solid #333333;
}

