
div#content p.options {
	font-size: 0.85em;
}

div#result {
	border: none;
	position: relative;
	left: 0em;
	right: 0em;
	margin-top: 10px;
}

table.result {
	width: 95%;
	border-width: 1px 1px 1px 1px;
	border-color: silver;
	border-style: solid;
	padding: 0px; margin: 10px auto;
	border-spacing: 0px;
}
table.result tr.spearator td {
	padding-top: 10px;
}
table.result tr th {
	font-size: 0.9em;	font-weight: normal;
	text-align: center;
	padding: 2px 5px;
	color: black;
	background-color: #ffe065;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
}

table.result tr th.left {
	text-align: left;
}
table.result tr td {
	width: 50%;
	font-size: 0.85em;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px;
/*	background-color: #f5f5f5;
	border-top: 1px solid white;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid white; */
}
table.result tr.swap td {
	background-color: #f5f5f5;
}
table.result tr.subtitle td {
	background-color: #e6e6fa;
}
table.result tr.subtitle td {
	font-weight: bold;
	padding: 3px 5px 2px;
}
table.result td.dummy-cell {
	overflow: hidden;
	line-height: 0px;
	height: 5px;
}

table.result tr td.indent {
	padding: 0px 5px 3px 20px !important;
}

table.result tr td dl {
	margin: 0 !important;
	padding: 0 !important;
}
table.result tr td dl dt {
	margin: 0 !important;
}
table.result tr td dl dd {
	margin-left: 10px !important;
}

/* table.result {
	width: 100%;
	border: 2px solid #fc3;
	padding: 0px;
	border-spacing: 0px;
	overflow: hidden;
}
table.result th {
	width: 50%;
	font-size: 0.9em;
	text-align: left;
	background-color: #fc3;
	color: black;
	padding: 2px 5px;
}
table.result td {
	width: 50%;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
} */

span.gender {
	font-style: italic;
}
.descriptor {
	color: #309;
}
span.found {
	font-weight: bold;
	color: #483d8b;
}

div#content a.key {
	padding: 0px 8px;
	margin: 0 5px;
	color: navy;
	background-color: #e6e6fa;	color: #00008b;
	border-width: 1px;	border-style: solid;
	border-color: #dcdcdc #999 #999 #dcdcdc;
	font-weight: bold;
	text-decoration: none;
}
div#content a.key:hover {
	color: navy;
	background-color: #b0c4de;
}
