@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#browser-bottombox {
-moz-appearance: none !important;
background: none !important;
border-color: rgba(0,0,0,.35) !important;}
#addon-bar, #FindToolbar{
-moz-appearance: none !important;
background: none !important;
background-color: rgba(255,255,255,.25) !important;
border-color: rgba(0,0,0,.37) !important;}
#addon-bar[collapsed="true"][sizemode="normal"] #FindToolbar {
border-radius: 0 0 3.5px 3.5px !important;}
#FindToolbar:not([hidden="true"]) ~ #addon-bar{
border: none !important;}
#FindToolbar {
padding: 0px !important;
text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px !important;
color: #fff !important;
border: none !important;
border-top: 1px solid rgba(0,0,0,.37) !important;}
#FindToolbar .findbar-find-next, #FindToolbar .findbar-find-previous, #FindToolbar .findbar-highlight{
color: #fff !important;}
#FindToolbar .findbar-textbox {
-moz-appearance: none !important;
background-color: rgba(255,255,255,.725) !important;
border-radius: 3.5px !important;
border: 1px solid !important;
border-color: rgba(0,0,0,.45) rgba(0,0,0,.52) rgba(0,0,0,.57) !important;
height: 21px !important;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset,
0 1px 0 rgba(255,255,255,.4) !important;}
#FindToolbar .findbar-textbox:hover {
background-color: rgba(255,255,255,.8) !important;}
#FindToolbar .findbar-textbox[status="notfound"] {
background-color: Red !important;}
#sync-notifications {
-moz-box-shadow: none !important;
background-color: RGBa(255,255,127,.1) !important;
margin-bottom: -1px !important;}
#content{
-moz-box-shadow: none !important;
background-color: RGBa(255,255,127,.1) !important;}
notification {
-moz-appearance: none !important;
background-color: RGBa(255,255,127,.5) !important;
background-image: url("chrome://mozapps/skin/extensions/stripes-warning.png") !important;
background-repeat: repeat-x !important;
color: #916D15 !important;
font-weight: bold !important;}
notification[type="critical"] {
background-color: RGBa(255,63,63,.5) !important;
background-image: url("chrome://mozapps/skin/extensions/stripes-error.png") !important;
color: #864441 !important;}
notification[type="info"] {
background-color: RGBa(112,162,232,.5) !important;
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png") !important;
color: #3F3F3F !important;}
notification > * {
border: none !important;
border-top: 1px solid RGBa(0,0,0,.37) !important;
border-bottom: 1px solid RGBa(0,0,0,.37) !important;}
#browser-bottombox .toolbarbutton-menu-dropmarker .dropmarker-icon {
display: none !important;}