$(document).ready(function() {

  // center the middle of the home page triptych with some padding
  $("#panel div").eq(1).css("padding", "0 47px");

});

