.term {
	padding: 0.5em 0 1em;
	white-space: normal;
	line-height: 2em;
}
.term p {
	margin: 0;
    line-height: 2em;
    word-wrap: break-word;
}
.term h1, .term h2 {
	font-size: 1.25em;
	margin: 1em 0 0.5em;
}
.term h1:first-of-type, .term h2:first-of-type {
	font-size: 1.25em;
	margin: 1em 0 0.5em;
}
.term ol,
.term ul {
	margin: auto;
	padding: 0 0 0 1em;
}
.term li {
	margin: auto;
	list-style: initial;
}
.term table {
	font-size: 0.9em;
}
.term table p {
	margin: 0 0.5em !important;
}