$(document).ready(function(){
  if ($.browser.safari) { // Safari rendering crap weird
    $('h2.greater-good-was').css({'margin-top':'3px'})
  };
});