table.entityHistory {
    border: solid 1px lightgrey;
    border-spacing: 0;
    border-collapse: collapse;
}

td.entityHistory {
    padding: 3px;
    border: solid 1px lightgrey;
    min-width: 120px;
    max-width: 366px;
    overflow: auto;
}

td.entityHistory.field {
    font-weight: bolder;
}

td.entityHistory.value.old {
    /*color:            #7E1E1B;*/
    background-color: #53AA78;
}

td.entityHistory.value.new {
    /*color: #53AA78;*/
    background-color: #B05F5D;
}

span.entityHistory.remove {
    color: #7E1E1B;
}

span.entityHistory.insert {
    color: #53AA78;
}

table.entityHistory thead th {
    background-color: #2E9AD0;
    font-weight: bolder;
    padding: 5px;
    border: solid 1px darkgray;
}
