/* License: CC0 Public Domain (creativecommons.org/publicdomain/zero/1.0/) */
/* Version: 2015-03-13 (userstyles.org/styles/60668) */
/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("portableapps.com") {

#name-and-slogan, #footer, .social-bottons, .user-signature, .submitted .permalink { display: none !important; }

#featured { max-height: 2.6em !important; overflow: hidden !important; padding: 0.15em 5px !important; }
@supports (transition: max-height) {
  #featured { transition: max-height 2s ease 1s !important; }
  #featured:hover { max-height: 20em !important; transition: max-height 3s ease 1s !important; }
}

}