.hist-comment {
    font-style: italic;
}

.revdel {
    text-decoration: line-through;
    font-style: italic;
    color: #72777d;
}

.revdel:link, a.revdel {
    color: revert;
}

.oversighted {
    text-decoration: line-through;
    text-decoration-style: double;
    font-style: italic;
    color: #202122;
}

.oversighted:link, a.oversighted {
    color: revert;
}

.usredacted {
    text-decoration: line-through;
    text-decoration-style: double;
    color: red !important;
}