#urlbar-edit {
    -moz-binding: url("chrome://browser/content/bindings.xml#autocomplete-aligned");
}

#tabs {
    -moz-binding: url("chrome://browser/content/tabs.xml#tablist");
}

richlistitem[type="documenttab"] {
    -moz-binding: url("chrome://browser/content/tabs.xml#documenttab");
}

#prefs-container > scrollbox
{
    overflow: auto;
}

richpref[type="bool"] {
    -moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-bool");
}

richpref[type="boolint"] {
    -moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-boolint");
}

richpref[type="button"] {
    -moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-button");
}

notificationbox {
  overflow: -moz-hidden-unscrollable;
}

notification {
    -moz-binding: url("chrome://browser/content/notification.xml#notification");
}

notification button {
    -moz-binding: url("chrome://browser/content/notification.xml#notification-button");
}

#popup_autocomplete {
  -moz-binding: url("chrome://browser/content/bindings.xml#popup_autocomplete");
}

placeitem {
  -moz-binding: url("chrome://browser/content/bindings.xml#place-item");
}

placeitem[type="folder"] {
  -moz-binding: url("chrome://browser/content/bindings.xml#place-folder");
}

placelist {
  -moz-binding: url("chrome://browser/content/bindings.xml#place-list");
}

placetree {
  -moz-binding: url("chrome://browser/content/bindings.xml#place-tree");
}

placelabel {
  -moz-binding: url("chrome://browser/content/bindings.xml#place-label");
}
