$(document).ready(function(){
	$('#tabVyhrySportka tr:not(:first) > td:last-child').addClass('lastcol');
	$('#tabVyhrySportka tr:not(:first) > td:first-child').addClass('firstcol');
	$('#tabVyhrySance tr:not(:first) > td:last-child').addClass('lastcol');
	$('#tabVyhrySance tr:not(:first) > td:first-child').addClass('firstcol');

});