.recall_table {
    table-layout: fixed;
    width: 750px;
    font-size: 18px;
}

.itemCell {
    cursor: text;
    height: 1.8em;
    text-align: center;
    white-space: nowrap;
}

.br {
    border-right: 1px solid black;
}

.bl {
    border-left: 1px solid darkgray;
}

.bt {
    border-top: 1px solid darkgray;
}

.bb {
    border-bottom: 1px solid black;
}
