/* TOC formatting, centered, bottom-right aligned last column, hanging indent on first top-left aligned column */
.table-of-contents {
margin:auto;
}
.table-of-contents th:last-child {
text-align:right;
vertical-align:top;
font-weight:normal;
font-size:100%;
min-width:4em;
}
.table-of-contents td:first-child {
text-align:left;
vertical-align:top;
padding-left:1em;
text-indent:-1em
}
.table-of-contents td:last-child {
text-align:right;
vertical-align:bottom;
}
/* sizing and placement of poem titles, h2 elements */
h2.poem-title{
border-bottom:none;
font-weight:bold;
text-align:center;
margin-bottom:0;
padding-top:0.5em;
}
h3.poem-title{
font-size:120%;
font-weight:normal;
text-align:center;
margin-bottom:0;
padding-top:0.6em;
}