/*
===============================================================================
 Project Wulfila
 ------------------------------------------------------------------------------
 
 CSS file for the bibliography page.
 
 Extends and overrides main.css.
 
 ------------------------------------------------------------------------------
 tdh.20040613, 20260319
===============================================================================
*/

p.entry {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-align: left;
}

h2 {
	margin-top: 2em;
	margin-bottom: 1em;
}

span.biblname {
	font-variant: small-caps;
}

span.a-title {
	font-weight: normal;
}

span.m-title {
	font-style: italic;
}

span.j-title {
	font-style: italic;
}

span.u-title {
	font-style: normal;
}

q {
	font-style: italic;
}

dfn {
	font-style: normal;
	font-weight: bold;
}