/* Author:

*/
$(document).ready(function () {
	$('.widget li:nth-child(4n)').addClass('end-row');
});

$(document).ready(function () {
$('ol.sequence li').slice(-4).css('border-bottom', '0')
});

  $(function() {
  $("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
});


