/*.panel h1 {
	color: #d59600;
	border-bottom: 1px solid #f2cc70;
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-family: "Arvo", arial, sans-serif;
}

.panel h2 {
	font-size: 1.75rem;
	margin-bottom: 1.0rem;
}

.panel h3 {
	font-size: 1.25rem;
	font-style: italic;
	margin-bottom: 1.0rem;
}

.panel h4 {
	font-size: 1.0rem;
	margin-left: 1.0rem;
}

.panel h5 {
	font-size: 0.8rem;
	margin-left: 2.0rem;
}

.panel p {
	margin-bottom: 2.25rem;
	text-wrap: normal;
}
*/

.panel ul.references {
	list-style-type: decimal;
}

.panel figure {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 1.2rem;
	line-height: inherit;
}

.panel figure img {
	display: block;

	margin-left: auto;
	margin-right: auto;
}

.panel figure div.caption {
	background-color: #EEEEEE;
}

.panel .toc { list-style-type: none; }
	.panel .toc .title { font-weight: bold; }
	.panel .toc .author { font-style: italic; }
	.panel .toc .field { }
	.panel .toc li { margin-bottom: 0.8rem; }
	.panel .toc ul { margin-bottom: 1.5rem; }
	.panel .toc a:hover { text-decoration: underline; }