$(document).ready(function() {
	$('.table tr:odd').css("background-color", "#f7f7f7");
});
