table.list>thead>tr>th {
    vertical-align: middle !important;
}

table.list>tbody>tr>th {
    /* .text-monospace */
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 110%;
}

table.list>tbody>tr.draft>th {
    font-weight: normal;
}

table.list>tbody>tr.send {
    font-weight: bold !important;
}

table.list>tbody>tr.unread {
    color: red !important;
}

table.list>tbody>tr.open {
    background-color: rgb(255, 244, 228);
}

table.list>tbody>tr.paid {
    background-color: rgb(240, 255, 240);
}

table.list>tbody>tr.overdue {
    background-color: rgb(255, 240, 240);
}

table.list>tbody>tr.inactive,
table.list>tbody>tr.deleted,
table.list>tbody>tr.locked {
    background-color: rgb(255, 240, 240);
    /* Also dim links */
    opacity: 75%;
}

table.list>thead>tr>th {
    text-wrap-mode: nowrap;
    vertical-align: middle !important;
}
