// ==UserScript==
// @name           FootPrints Firefox Fix
// @namespace      http://servicedesk.wgu.edu
// @description    Adds a couple ems margin to the bottom of FootPrints pages so I can click the Go button in Firefox.
// @include        http://servicedesk.wgu.edu/*
// ==/UserScript==
GM_addStyle("body { margin-bottom: 3em !important; }");

