﻿$(document).ready(function() {
  $('table tbody tr:odd').addClass('dif');
});