table#terminology {
	font-family: inherit;
	margin: 10px;
	border: thin solid rgb(99, 114, 76);
	table-layout: auto;
}

table#terminology td {
	font-family: inherit;
	vertical-align: top;
	width: auto;
	padding: 4px 6px;
	background-color: rgb(253, 246, 148);
	border: thin solid rgb(99, 114, 76);
	font-size: smaller;
	font-weight: bolder;
}

table#terminology td + td {
	width: 70%;
	font-weight: normal;
	color: rgb(99, 114, 76);
	background-color: white;
}


