$(document).ready(function(){
	$('.tabel tbody tr td:first-child').css('background-color','#eed46e');
});
