$(function () {
	$('#conditions-action').click(function (e) {
		e.preventDefault();
		$('#conditions-container').toggle();
	});
});

