div.person-table table{
	width: 500px;
	background-color: #e9eaec;
	line-height: 35px;
	font-size: 5px;
	margin: 50px;

}
div.person-table table caption{
	font-size: 20px;
	font-weight: bold;
	margin: 20px;
}
div.person-table table th{
	background-color: #ebeff2;
}
div.person-table table tr.odd{
	background-color: #fff;
}
div.person-table table tr.even{
	background-color: #f7f8fa;
}
