#charTable {
    border-collapse: collapse;
}

#pageNumber {
    width: 3em;
}

.columnLabel {
    border-bottom: 1px solid black;
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    text-align: center;
    vertical-align: text-bottom;
    font-family: monospace;
}

.rowLabel {
    border-right: 1px solid black;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    text-align: right;
    vertical-align: middle;
    font-family: monospace;
}

.charCell {
    padding: 0.2em;
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
    text-align: center;
    vertical-align: middle;
}

