.list, .data, .data th a {
	display: table;
	border-collapse: collapse;
	width: 99%;
	padding: 0.4em;
	color: #c90;
}

.grouping {
    padding: 10px;
	border: 1px solid #006; 
}

#relationships .list {
	width: auto;
	float: left;
	margin-right: 40px;
}

.tbody {
	display: table-row-group;
}

.heading {
	display: table-header-group;
}

.body {
	display: table-row-group;
	border-bottom: 1px solid #c90; 
}

.heading p, .data tr th, .grouping p {
	display: table-cell;
	padding: 0.2em;
	border-bottom: 1px dotted #c90; 
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

.required {
	content: "* ";
	color: red;
	font-size: larger;
}

.required_note {
	padding-left: 20px;
	font-size: smaller;
	color: #006;
}

.entry p, .data td {
	display: table-cell;
	padding: 0.2em 0.3em;
	color: #000066;
}

.entry, .data tr {
	display: table-row;
	background: #ffffff;
}

.entry.even, .data tr.even {
	border-top: 1px dashed #ffbb33; 
	border-bottom: 1px dashed #ffbb33; 
	background-color: #ffffcc;
}
