Från Wikisource, det fria biblioteket.
/* TOC formatting, centered, top-right aligned last column, first top-left aligned column */
.table-of-contents {
margin:auto;
}
.table-of-contents td:first-child {
text-align: left;
vertical-align: top;
}
.table-of-contents td:last-child {
text-align: right;
vertical-align: top;
}