@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#main-window #content .tabbrowser-tabs {
margin-top:-1px!important;
margin-bottom:-2px!important;
border-top: 0px solid !important;
border-bottom: 0px solid !important;
}
.tabbrowser-tab {
color: #003063 !important;
background-color:#c6d3de !important;
text-align: center !important;
border-top: 1px solid !important;
border-left: 1px solid !important;
border-right: 1px solid !important;
border-bottom: 1px solid !important;
-moz-border-top-colors: #b5bace !important;
-moz-border-left-colors: #b5bace !important;
-moz-border-right-colors: #003063 !important;
-moz-border-bottom-colors: #003063 !important;
-moz-border-radius:1px !important;
padding: 0px 0 1px 0 !important;
margin-top:2px!important;
margin-bottom:2px!important;
margin-left:3px!important;
}
.tabbrowser-tab:not([selected="true"]) {
background-color:#b5bace !important;
padding: 0 0 1px 0 !important;
}
.tabbrowser-tab:active {
color: #e6e6fa !important;
background-color:#b5bace !important;
-moz-border-top-colors: #003063 !important;
-moz-border-left-colors: #003063 !important;
-moz-border-right-colors: #ffffff !important;
-moz-border-bottom-colors: #ffffff !important;
}
.tabbrowser-tab .tab-close-button:not(:hover) {
opacity: 0 !important;
}
.tabbrowser-tab .tab-text {
border: 1px dotted transparent !important;
}
.tabs-bottom {
display:none!important;
}
.tabs-container:not([overflow="true"]) {
-moz-padding-start: 1px !important;
}
.tabs-alltabs-button, .tabbrowser-arrowscrollbox > .scrollbutton-up,
.tabbrowser-arrowscrollbox > .scrollbutton-down {
border: 1px solid !important;
-moz-border-top-colors: #b5bace !important;
-moz-border-right-colors: #003063 !important;
-moz-border-bottom-colors: #003063 !important;
-moz-border-left-colors: #b5bace !important;
-moz-border-radius:1px !important;
background-color:#b5bace !important;
margin-top:2px!important;
margin-bottom:2px!important;
padding: 1px !important;
}
.tabs-alltabs-button:active, .tabbrowser-arrowscrollbox > .scrollbutton-up:active,
.tabbrowser-arrowscrollbox > .scrollbutton-down:active {
color: #ffffff !important;
background-color:#b5bace !important;
-moz-border-top-colors: #003063 !important;
-moz-border-left-colors: #003063 !important;
-moz-border-right-colors: #ffffff !important;
-moz-border-bottom-colors: #ffffff !important;
}