$(document).ready(function() {
	$(".product-tab tr th:first-child").addClass("first");
	$(".product-tab tr td:first-child").addClass("first");
	$(".product-tab tr:last-child").addClass("last");
	$(".company-tab tr th:first-child").addClass("first");
	$(".company-tab tr td:first-child").addClass("first");
}); 
