/* 
	@brief Author it importing form.
	@author Josef Hala
*/

.authorit_import tr.deleted {
	background-color: red;
}
.authorit_import tr.modified {
	background-color: lightgreen;
}
.authorit_import tr.todelete {
	background-color: silver;
}

