p, li, dd {
	line-height: 135%;
}
li {
	padding-top: .25em;
}
ul, ol {
	padding-top: 0;
	margin-top: 0;
}
.toc li {
	padding-top: 0;
}
.listintro {
	padding-bottom: 0;
	margin-bottom: 0;
}
.userneedcolor {
	background-color: #fec;
}
.advisement h4 {
	display: inline;
}
.advisement p {
	display: inline;
}
figure {
	display: table;
	float: left;
}
figure > img {
	width: auto;
	display: block;
	padding-top: 4px;
}
figure > div {
  width: auto;
  display: block;
  padding-top: 4px;
}
figure > figcaption {
	display: table-caption;
	caption-side: bottom;
	margin-top: 4px;
	text-align: left;
	font-style: normal;
}
figure + p, figure + .listintro, figure + .advisement {
	clear: both; /*addedd to stop text floating around fig */
}
img + img {
	margin-top: .75em;
}
