@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* ============  Code Start  ====================== */

/* Change Color of Horizontal Bars */
toolbar, statusbarpanel, tabs {
  -moz-appearance: none !important;
  background-color: rgb(255,0,0) !important;
}

/* ============  Code End    ====================== */
