table.details {
	border-collapse: collapse;
	border: 1px solid #aaa;
	table-layout: fixed;
	max-width: 800px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
table.details th {
	background-color: #ccc;
	padding: 4px;
}
table.details td:nth-child(odd) {
	border-left: 1px solid #aaa;
	text-align: right;
	color: #888;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding-left: 4px;
}
table.details td:nth-child(even) {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	padding: 0 4px;
}
table.details tr:nth-child(even) {
	background-color: #fff;
}
table.pedigree {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-width: 600px;
}
table.details td, table.pedigree td {
	height: 20px;
}
table.pedigree td.box {
	background-color: #fff;
	border: 1px solid black;
	border-radius: 4px;
	box-shadow: 4px 4px 8px 0 #888;
	/*cursor: pointer;*/
	padding: 4px;
	text-align: left;
	max-width: 300px;
	min-width: 120px;
}
table.pedigree td.box a.linktext {
	text-decoration: none;
	color: #000;
}
table.pedigree td.con {
	background-image: url('horizontal.png'), url('vertical.png'), url('horizontal.png'), url('horizontal.png');
	background-position: left center, center, right top, right bottom;
	background-repeat: no-repeat, repeat-y, no-repeat, no-repeat;
	background-attachment: local, local, local, local;
	min-width: 19px;
	max-width: 19px;
}
