@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://inspector/content/inspector.xul) {

menubar[id=mbrInspectorMain] {
  min-height: 24px !important;}

#tbInspectorPrimary {
  position: fixed !important;
  top: 0 !important;
  left: 200px !important;
  background: transparent !important;
  border: none !important;}

#tbInspectorPrimary > hbox > toolbarbutton {
  padding: 0 !important;}

#tfURLBar {
  min-width: 370px !important;}

#bxDocPanel > toolbox > toolbar {
  display: none !important;}

/** move sidebar to below tree **/
#bxPanelSet {
  -moz-box-orient: vertical !important;}
}

@-moz-document url("chrome://inspector/content/viewers/styleRules/styleRules.xul") {
/** css content moved to right of the rule list **/
#winStyleRules {
  -moz-box-orient: horizontal !important;}
}