/*
	@homepage http://userstyles.org/styles/22626
	@updateurl http://userstyles.org/styles/iecss/22626/Hide%20footer%20for%20HootSuite.css
	@url http://hootsuite.com/dashboard
*/
@namespace url(http://www.w3.org/1999/xhtml);#footer {
    display: none;
    height: 0px;
  }
