<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#poem_wrapper { 
	background: #f1f1ea; 
	padding: 0; margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#poem_options {
	width: 13em;
	font-size: .95em;
}

#poem_options a {
	display: block;
	font-weight: bold;
	margin: .3em 0;
}

#poem_options a img { 
	margin-right: .9em; 
	width: 1.5em;
}

#poem_structure {
	width: 19em;  /* fix for structureHeight situation */
	padding: 1em;
	font-size: .8em;
}

#poem_structure_nav {
	text-align: center;
	margin: 1em 0;
}

#poem_structure_nav .prev {
	padding: 0 .6em 0 1.6em;
	border-right: 1px solid #603;
}

#poem_structure_nav .next {
	padding: 0 1.6em 0 .6em;
}

#poem_text {
	width: 44em;
	background: #fff;
	padding: 1em;
	font-family: georgia, times, serif;
	line-height: 1.4em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: 16em;
	padding-left: 4em;
}

#poem_text h1 {
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.2em;
}

#poem_text span.line-number {
	font-size: .75em;
	margin-left: -3em;
	position: absolute;
}

#bio_wrapper {
	padding: 0 1.2em; 
}

#bio_wrapper h2 {
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 1em;
	float: left;
}

#bio_wrapper a.view_poem_only {
	float: right;
	font-weight: bold;
}

#bio_wrapper a.view_poem_only img { 
	margin-right: .9em; 
	width: 1.5em;
}
li .poem_link_container a.toggler:hover {
	text-decoration: none !important; 
}

#bio_text p { margin-bottom: 1em; }

#bio_bibliography h3 {
	font-size: 1.1em;
	color: #666
}

#bio_bibliography p {
	color: #000;
	font-style: italic;
}

#bio_content div.bioimage {
	float: left;
	margin: 0 1em 1em 0;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	width: 21em;
}

#bio_content div.bioimage span {
	margin-top: .2em;
	display: block;
}

#view_wrapper.commentary p.dates { 
	font-size: .9em;
	padding-left: 1.4em;
	margin: .8em 0;
}

#bio_content.commentary #bio_wrapper #bio_text p.notes em {

}

#citation {
	border-top: 3px solid #d7d1bd;
	border-bottom: 3px solid #d7d1bd;
	padding: 0;
	margin-top: 1em;
}

#citation p {
	background: #eae8de;
	padding: 2em 1em;
}

/* #citation p span { font-weight: bold; } */

#compare_content .poem_credits {
	width: auto;
}

.compare_poem {
	margin: 0 2em;
	width: 28em;
}

.compare_poem .poem_text {
	height: 30em;
	overflow: auto;
}

.compare_poem .toggle_wrap {
	margin-top: 1em;
}

.change_selection {
	float: right;
	padding-top: 1em;
}

#jump_to_results {
	background: #f1f1ea;
	padding: 1em;
	border: 1px solid #c8c8ab;
}

#jump_to_results a {
	display: block;
	font: bold 1.1em arial, sans-serif;
	padding-left: 1em;
	background: url(../images/arrow_down.gif) no-repeat left center;
	margin-bottom: .6em;
}

.back_to_top {
	font-weight: bold;
	padding-left: 1em;
	background: url(../images/arrow_up.gif) no-repeat left center;
}

#article {
	padding: 1em;
}

#article * {
	margin-left: 0;
}

#article dl {
	margin: 1em 4em;
}

#article dt {
	font: normal 1.1em georgia, serif;
	margin-bottom: .3em;
}

#article dl ul {
	margin: 0 2em;
	list-style-type: disc;
}

#article .poem_credits {
	width: 100%;
}

#article #citation p {
	margin: 0;
}

#article p.poem {
	margin-left: 3em;	
}

#article p.poem span.poem_indent {
	margin-left: 1em;	
}

#article p.example {
	margin-left: 3em;
}

#article p.footnote {
	margin-left: 3em;
	font-size: .8em;
}

#article table {
	margin-left: 1.7em;	
}

#article td {
	text-indent: 1em;	
}

.anthology #poem_wrapper {
	background: #fff;
}

.anthology .poem_credits {
	width: 100%;
}

.anthology #poem_text {
	width: 60em;
	margin-left: 0;
}

.anthology ol {
	margin: 0 2.6em;
	list-style-type: decimal;
	list-style-position: outside;
}

.anthology ol li {
	margin-bottom: 1.4em;
}

p.poem_CL {
	text-align:center;
	font-weight:normal; 
	margin-right:20em; 
	margin-top:0em;
}

p.poem_DR1 {
	text-align:center; 
	font-weight:normal; 
	margin-right:20em; 
	margin-top:3em;
}

p.poem_D1 {
    text-align:center; 
    font-style:italic; 
    margin-right:20em; 
    margin-top:3em;
}</pre></body></html>