/* Table style for pre-1840 census results */
/* Call these classes for tables within research or history pages */
.censustable {
	width: 100%;
	table-layout: fixed;
	text-align: center;
/*	white-space: nowrap; */
	border-collapse: collapse;
	border: 1px solid black;
}
.censusheader	{
	background-color: #d8c7af;
}
.censuscaption {
	font-size: 400%;
}
/* Define a new class for display of images and text in a history or research document */
.historyflex {
	display: flex;
	flex: 1;
	flex-direction:	column;
}
