@charset "utf-8";
/* CSS Document */
.blockquote {
	margin: 0 5em 0.5em 5em;
	padding-left: 0.5em;
	border-left: #003366 ridge thick;
}

.blockquote-last {
	margin: 0 5em 1em 5em;
	padding-left: 0.5em;
	border-left: #003366 ridge thick;
}

.citation {
	text-align: right;
	font-size: small;
	margin-bottom: 0.5em;
}

.citation-last {
	text-align: right;
	font-size: small;
	margin-bottom: 1em;
}

.preferatory-text {
	border: #003366 outset 4px;
	font-style: italic;
}

.title-major {
	font-weight: bold;
}

.title-minor {
	font-weight: bold;
	font-style: italic;
}

.bibliography {
	margin-left: 5em;
	text-indent: -2.5em;
}

.panel-heading {
	border-radius: 15px;
}