PS I wonder if the margin right bit of this table CSS is to blame, I do lose about 3em worth of characters ( ~6 characters )
what is a negative margin value supposed to do ?
.table-note {
border-collapse: separate;
border-spacing: 2px;
display: table;
font-family: serif;
font-size: 1em;
margin-bottom: 0.3em;
margin-left: 0;
margin-right: -3em;
margin-top: 0.3em;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: justify;
text-indent: 0
|