table.main_container {
	width: 95%;
	width: 0px auto 0px auto;
}

.company_member {
	float: left; 
	border: 0px solid grey; 
	height: 200px;
	width: 85px;
}

.company_member_name {
	font-weight: bold;
}

#company_members_container tr th {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
}

#company_members_container tr td {
	text-align: center;
	font-size: 9pt;
}

.state_city {
	font-size: 8pt !important;
	text-transform: capitalize;
}

h1 {
	margin: 0px;
}
