// JavaScript Document
$(document).ready(function(){
	$('.list-table tbody tr:nth-child(2n)').addClass('odd-row');
});
