mark {
    background: #ffec82;
    padding: 0 3px;
    border: 1px dashed #333;
    cursor: pointer;
}

.added {
    color: #c8c833;
    font-weight: bold;
}
.removed {
    color: red;
    text-decoration: line-through;
}


