del
{
    background: #FFFFCC;
    display: block;
    margin: 0px;
    padding: 0px;
}

del *
{
    text-decoration: line-through;
}

ins
{
	background: #CCFFCC;
	display: block;
	margin: 0px;
	padding: 0px;
}

.WDiffTable .sectiontableheader div {
	position: relative;
}

.WDiffTable .sectiontableheader a {
	position: absolute;
	top: 0;
	right: 0;
}
