$(document).ready(function() {
  $('.more_button').click(function() {
	$(this).hide();
    $('#more').show();
  })
})
