@-moz-document url("chrome://browser/content/browser.xul") {

#stratabuddy-page-button > label,
#stratabuddy-tools-button > label {
visibility: collapse !important;
}

#stratabuddy-page-button,
#stratabuddy-tools-button {
margin-top: auto !important;
margin-bottom: auto !important;
-moz-appearance: toolbarbutton !important;
}

#stratabuddy-page-button dropmarker,
#stratabuddy-tools-button dropmarker {
display: -moz-box !important;
}

#stratabuddy-tools-button {
-moz-box-orient: horizontal !important;
list-style-image: url("moz-icon://stock/preferences-system?size=toolbar") !important;
-moz-image-region: rect(0px, 24px, 24px, 0px) !important;
}
#stratabuddy-tools-button image,
#stratabuddy-page-button image {
display: -moz-box !important;
}
#stratabuddy-page-button {
-moz-box-orient: horizontal !important;
list-style-image: url("moz-icon://stock/document?size=toolbar") !important;
-moz-image-region: rect(0px, 24px, 24px, 0px) !important;
}

toolbar[iconsize="small"] #stratabuddy-tools-button {
list-style-image: url("moz-icon://stock/preferences-system?size=menu") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px) !important;
}

toolbar[iconsize="small"] #stratabuddy-page-button {
list-style-image: url("moz-icon://stock/document?size=menu") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px) !important;
}

#stratabuddy-bookmark-button dropmarker {
display: -moz-box !important;
}

#stratabuddy-bookmark-button {
list-style-image: url("chrome://browser/skin/Toolbar.png") !important;
-moz-image-region: rect(0px 72px 24px 48px) !important;
-moz-appearance: toolbarbutton !important;
}

toolbar[iconsize="small"] #stratabuddy-bookmark-button {
list-style-image: url("chrome://browser/skin/Toolbar-small.png") !important;
-moz-image-region: rect(0px 48px 16px 32px) !important;
}

}