$(document).ready(function() {
  $("a.about").click(function () {
  $("#family-tree-wrapper").slideToggle("slow");
  });
  
  $('ul.social-sharing li.tweet-me .tweetmeme_button iframe').css({'background-color' : '#E4E4E4', 'width' : '76px'});
});

