


html>body {
	font-size: 100%;
}



/* Give the last pod in the container a bit more spacing below it, unless it is the only pod, in which case give it less */
.expandingContent > .pod.lastChild {
	margin-bottom: 18px;
}
.expandingContent > .selectedPod.lastChild {
	margin-bottom: 7px;
}



