#revision-history-tab ins {
    background-color: #d4fcbc;
    text-decoration: none;
}
#revision-history-tab del {
    background-color: #fbb6c2;
    color: #555;
    text-decoration: line-through;
}
