
$(document).ready( function() {
	$('button.answers').click( function() {
		$('.answer').css( 'display', 'block' );
	});
})
