table, tr, td {
    border-width:  1px;
    border-style:  outset;
    white-space :  nowrap /* for viewing on small mobile phones */
}
p, li {
    white-space :  pre-wrap;
}

td.n { /* numeric data */
    text-align  :  right;
}
td.t { /* titular data */
    text-align  :  center;
}

/* italicized words in the AKJV that may have been debated among translators */
.i {
    font-style  :  italic;
}
.p {
    font-family :  monospace;
}
