$(document).ready( function() {
  $('#footer li:last-child').css( { border: 0 } );
});
