/* .ritual h1 */ /* used for the title of the ritual */

/* .ritual .explanation */ /* for citations, descriptions of roles, explanations of precedent and anything else that wasn't actually part of the ritual performance */

/* .ritual h2 */ /* for ritual task  and section headers */

.ritual blockquote { /* for utterances within the ritual */
	white-space: pre-line;
	font-style: italic;
}

.ritual h6 { /*  for declarations of who is speaking */
	font-size: 100%;
	display: inline;
	margin: 0;
}

.ritual dfn.role a { /* for first references to particular roles */
	color: inherit;
	text-decoration: none;
}

.ritual dfn.role a:hover {
	text-decoration: underline;
}

.ritual q:before, .ritual q:after {
	content:"";
}

.ritual q {
	quotes: "" "";
}

.ritual *[title] {
	background-color: #C3B280;
}

.ritual sup {
	font-size: 55%;
}

.ritual blockquote.attribution {
	text-decoration: underline;
}