/* Contents table:
two columns, L-R aligned */
.cast_table {
margin: auto;
max-width: 36em;
}
.cast_table td:nth-child(1) {
vertical-align: top;
font-variant: small-caps;
}
.cast_table td:nth-last-child(1) {
vertical-align: bottom;
padding-left:1em;
text-align: right;
font-style: italic;
}