Template:Chinese Moral Maxims/table.css

table._cmmaxims {
    margin: 0 auto; /* centre in page */
    line-height: 1.1; /* compress verticaly */
}

/* ensure the 1st and 3rd columns are same width to ensure subsequent table
 * alignment
 */
table._cmmaxims td:nth-child(1) {
    min-width:5em;
}

table._cmmaxims td:nth-child(3) {
    min-width:12em;
}

table._cmmaxims td:nth-child(2) {
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align:   left;
    font-size: 182%; /* xx-larger */
    min-width: 2em;
}

/* [[Category:Specific article templates]] */