@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://mozapps/content/extensions/extensions.xul") {

#extensionsManager {
-moz-appearance: -moz-win-glass !important;
opacity: 0.99 !important;
background: transparent !important;
}

button:not([disabled="true"]):hover{

text-shadow: 
white 0px 0px 8px, 
white 0px 0px 8px,
white 0px 0px 8px,
white 0px 0px 8px !important;
}

#extensionsBox{
color:black!important;
-moz-appearance: -moz-win-glass !important;
background: transparent !important;
margin: 10px 8px 0px !important;
padding: 0px 0px 0px !important;
opacity: 0.99 !important;
}

#extensionsBox [selected='true']{
color: black !important;
}

#styles-container{
color:black!important;
-moz-appearance: -moz-win-glass !important;
background: transparent !important;
margin:   5px 4px -2px !important;
padding: 0px 0px 0px !important;
opacity: 0.99 !important;
}

#styles [selected='true']{
color: black !important;
}

#topStackBar .viewSelector.chromeclass-toolbar{
-moz-appearance: none !important;
border: none !important;
background: transparent !important;
}

#topStackBar radio{
-moz-appearance: toolbarbutton!important;
color:black !important;
text-shadow: 
white 0px 0px 2px,
white 0px 0px 4px,
white 0px 0px 4px, 
white 0px 0px 6px,
white 0px 0px 6px,
white 0px 0px 8px,
white 0px 0px 8px !important;
width:100px!important;
height:63px!important;
}

#topStackBar radio[selected=true] {
font-weight:bold!important;
width:130px!important;
}

#addonsMsg notification {
border: none!important;
background: transparent !important;
-moz-appearance: -moz-win-glass !important;
opacity: 0.99 !important;
color:black !important;
text-shadow: 
white 0px 0px 2px, 
white 0px 0px 2px,
white 0px 0px 2px,
white 0px 0px 2px !important;
margin: 0px 0px 0px 0px !important;
}

.notification.outset{
        border: none!important;}

.notification-inner.outset{
        border: none!important;
        margin: 10px 0px 0px 0px !important;
        padding: 0px 0px 0px 0px !important;}

#addonsMsg notification button{
        border: none!important;
        margin: 0px 0px 0px 0px !important;
        padding: 0px 0px 0px !important;}
}

