$(function() {
	// /biography
	$('table.bio_exhibitions').each(
		function() {
			$(this).find('tr td:first').css('padding-right', '10px')
		}
	);
})