@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* inactive tabs */

.tabbrowser-tab[selected="false"],
[class="close-button tabs-closebutton"] {
   background-color: #fafafa !important;
  /* background-color: #8CB6E6 !important; */
  -moz-opacity: .90 !important;
}

:hover .tabbrowser-tab[selected="false"]:hover,
[class="close-button tabs-closebutton"] {
  background-color: #6699cc !important;
  -moz-opacity: 1 !important;
}

.tabbrowser-tab[selected="false"] .tab-text {
  color: #282828 !important;
 -moz-opacity: 1 !important;
}

.tabbrowser-tab[selected="false"]:hover .tab-text {
  color: #ffffff !important;
  -moz-opacity: 1 !important;
}

/* active tabs */

.tabbrowser-tab[selected="true"] .tab-text {
  color: #000000 !important;
  -moz-opacity: 1 !important;
}

.tabbrowser-tab[selected="true"]:hover .tab-text {
  color: #ffffff !important;
  -moz-opacity: 1 !important;
}

:hover .tabbrowser-tab[selected="true"],:hover .tabs-bottom,[class="close-button tabs-closebutton"] {
  background-color: #EFC05C !important;
  -moz-opacity: 1 !important;
}

/* active tab away */

.tabbrowser-tab[selected="true"],
.tabs-bottom,
[class="close-button tabs-closebutton"] {
  background-color: #6699bb !important;
}