@keyframes difftable_animate_cell {
	from {background-color: #000;}
	to {background-color: #fff;}
}

.difftable .cell {
	width: 200px;
	height: 200px;
	background-color: #fff;
}

.difftable .animatecell {
	animation-name: example;
	animation-duration: 0.2s;
}


