@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url("chrome://browser/content/bookmarks/addBookmark2.xul") {

#addBookmarkDialog {
  min-height: 40em !important; /* Adjust this value to change the default height */
}

#folder-tree {
  visibility: visible !important;
}

#keywordRow { 
  display: -moz-grid-line !important; 
}

button[dlgtype="extra2"] {
 display: -moz-box !important;
}

#expander, #keywordRow + row {
  display: none !important;
}

}