
jq(function() {
    // 100% height on poll
    row_height = jq("#homepage-features").height();
    jq("#poll").height(row_height - 29);
    jq("#how-we-work").height(row_height+21);
    
    // Remove the last border on the Accessibility links
    jq("#accessibility-links li:last").css("border-right", "0");

    // Make last tab in navigation line up correctly with side of page.
    jq("ul#portal-globalnav li:last-child").css("margin-right", "0").css("width", "190px");
});
