@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#statusbar-display[label="Done"] .statusbarpanel-text {
color: #008000 !important;
font-weight: bold !important;
}
#statusbar-display[label="Stop"] .statusbarpanel-text {
color: #ff0000 !important;
font-weight: bold !important;
}
#statusbar-display .statusbarpanel-text {
color: #0000ff !important;
}