$(document).ready(function(){
	// Allow whole boxes/elements to be clickable
	// Fitted plugin for big targets: http://www.trovster.com/lab/plugins/fitted/
	if(typeof $(".clickable").fitted === 'function'){
		$(".clickable").fitted();
	}

});


