@import url("base.css");

#reference-list { width: 100%; }
#reference-list th { text-align: left; }

#reference-list td
{
	vertical-align: top;
	width: 50%;
}

#reference-list ul, #reference-list ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#reference-list ul li
{
	font-weight: bold;
	margin-bottom: 1.5em;
}

#reference-list ul li address
{
	font-style: italic;
	font-weight: normal;
	margin-top: 0.5em;
}

#content .footnote { clear: both; }