@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url(https://addons.mozilla.org/),
               url(https://addons.mozilla.org/faq.php),
               url-prefix(https://addons.mozilla.org/firefox/),
               url-prefix(https://addons.mozilla.org/extensions/),
               url-prefix(https://addons.mozilla.org/themes/),
               url-prefix(https://addons.mozilla.org/addon.php),
               url-prefix(https://addons.mozilla.org/search.php),
               url-prefix(https://addons.mozilla.org/login.php),
               url-prefix(https://addons.mozilla.org/addcomment.php),
               url-prefix(https://addons.mozilla.org/comments.php) {


  #page-title, #page-title div {
    background-image: none !important;
  }

  #page-title div {
    height: 61px !important;
    min-height: 61px !important;
  }

  #page-title div h2 {
    margin-top: 1em !important;
    padding: 0 !important;
  }

  #page-title div, #container {
    max-width: 90% !important;
    padding: 0 !important;
  }


  /* Optional Styles */

  /* Move menubox to the right */
  #menu-box {
    position: absolute;
    top: 50px;
    right: 20px;
  }

  #mainContent {
    margin-left: 0 !important;
    margin-right: 180px !important;
  }

  /* Fix menubox position */
  #menu-box {
    position: fixed;
  }

}

@-moz-document domain(addons.mozilla.org) {/*
  This is only to make this page be listed
  if you search for "addons.mozilla.org"
  on this site.
*/}