.insert {background-color: LightGreen; }
.delete {background-color: DarkSalmon; text-decoration: line-through }

table tr:nth-child(2n+3) {
    border-top-style: double;
}
table th {
    text-align: center;
}