jQuery(document).ready(function(){
	$("table.drBox tr:nth-child(1) td:nth-child(1)").css("width", "35%");
	$("table.drBox tr:nth-child(1) td:nth-child(1)").css("font-weight", "bold");
	$("table.drBox tr:nth-child(1) td:nth-child(1)").css("text-align", "center");
});
