// JavaScript Document

jQuery(document).ready(function() {
	jQuery('#diagnosetable tr td:first-child').addClass("first");
	jQuery('#diagnosetable tr:last-child td:last-child').addClass("rb");
	jQuery('#diagnosetable tr:last-child').addClass("last");
	jQuery('#equipmenttable tr td:first-child').addClass("first");
	jQuery('#equipmenttable tr:last-child td:last-child').addClass("rb");
	jQuery('#equipmenttable tr:last-child').addClass("last");
	jQuery('#casetable tr td:first-child').addClass("first");
	jQuery('#casetable tr:last-child td:last-child').addClass("rb");
	jQuery('#casetable tr:last-child').addClass("last");
	jQuery('#vaccinatetable tr td:first-child').addClass("first");
	jQuery('#vaccinatetable tr:last-child td:last-child').addClass("rb");
	jQuery('#vaccinatetable tr:last-child').addClass("last");
	jQuery('#doctortable tr:last-child').addClass("last");


	
	
});
