$('#hideButton').click(function() {

 $('#disclaimer').hide();
 
});
$(document).ready(function() {

 $('#celebs tbody tr:even').css(
 {'background-color':'#dddddd',
 'color': '#000000',
 'text-align': 'center'
  }
 );
 
});

 
 
 
