	/* Override CDC Table styles */

#content table {table-layout:auto;}

#content-main .nchs_table {
	margin-left: 0px;
}

.nchs_table thead th{
	padding:5px;
	text-align: center;
	vertical-align: bottom;
}


.nchs_table tbody th{
	padding: 5px;
	text-align: left;
	vertical-align: top;	
}

.nchs_table tbody td{
	padding: 5px;
	text-align: center;
	vertical-align: top;			
}

.nchs_table_center thead th{
	padding:5px;
	text-align: center;
	vertical-align: bottom;
}


.nchs_table_center tbody th{
	padding: 5px;
	text-align: left;
	vertical-align: top;	
}

.nchs_table_center tbody td{
	padding: 5px;
	text-align: center;
	vertical-align: top;			
}

.nowrap tbody td{
	white-space: nowrap;
}