/* Figures */

.figure {
	margin: 1em 0;
	border: 1pt solid #346cb5;
	padding: .8em;
	text-align: center;
}

.figure .caption {
	margin:0;
	font-size: smaller;
	font-style: italic;
}
.figure .title {
	font-weight: bold;
	margin-right: .5em;
}
.figure .title:after {
	content: ":";
}