#header {
min-height: 200px;
}

caption {
font-size: 14pt;
font-weight: bold;
color: Yellow;
}

.census-table {
border: 1px solid gray;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}

.census-table caption {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.census-table td, .census-table th {
border: 1px solid gray;
vertical-align: top;
text-align: left;
}

.census-table th {
border-bottom: 3px solid gray;
vertical-align: top;
}

