/* ======== UserStyle for Classic Compact Theme 4.0.7 - 4.0.8rc1 & Classic Compact Options 4.0.7 - 4.0.8rc1 to be more compact. ======== */
                        /* ========  Works with all Toolbar buttons under CCO ======== */ 


/* ======== Change address bar font and color ======== */
  #urlbar { 
  font-family: Arial !important; 
  font-size: 8pt !important;
  color: brown !important; 
  background-color: #9fddef !important; 
  font-weight: bold !important; 
  }

/* ======== Custom Width & Height for Address Bar ======== */
  #urlbar {max-width: 500px !important; }
  #urlbar-container,#urlbar { 
  margin:2px 2 -2px 2 !important; 
  min-height:14px !important; 
  max-height:14px !important; 
  }
   
/* ======== Remove Shadow Underneath URL Box ======== */
  #urlbar {
  -moz-box-shadow: none !important;
  }

/* ======== Shrink toolbar buttons  ======== */
  .toolbarbutton-icon {
  max-height: 15px !important;
  min-height: 15px !important;
  width: 15px !important;
  }

/* ======== Identity Box Resized ======== */
  #identity-box.verifiedIdentity,
  #identity-box.verifiedDomain {
  min-height:12px!important; 
  max-height:12px !important; 
  padding-left:1px; 
  }

/* ======== Page Proxy FavIcon Resized to match the custom URL Bar ======== */
  #page-proxy-favicon {
  min-height: 11px !important; 
  max-height: 11px !important; 
  min-width: 11px !important; 
  max-width: 11px !important; 
  margin-top:1px; margin-left:01px; 
  padding-bottom:1px;
  }

/* ========Addons Notification Icon Reduced======== */
  #addons-notification-icon {
  min-height: 11px !important; 
  max-height: 11px !important; 
  min-width: 11px !important; 
  max-width: 11px !important; 
  }

/* ======== Bookmarks Star Button Reduced ======== */
  #star-button {
  height: 10px; !important; 
  width: 15px !important; 
  margin-bottom: 1px; !important; 
  }


/* ======== Closer Unified Back/Forward Button & Toolbar Buttons ======== */

@-moz-document url-prefix(chrome)

  #toolbar-menubar > toolbarbutton
  { -moz-appearance:none !important; }

  #nav-bar > toolbarbutton ,
  #nav-bar > .toolbarbutton-icon,
  #nav-bar > toolbarbutton *
  { -moz-appearance:none !important;
  border: 0px !important;
  margin: 0px 0px 0px 0px !important; 
  }

  #unified-back-forward-button
  { max-height: 15px !important;
  min-height: 15px !important;
  width: 15px !important;
  padding: 0px 0px 0px 3px   !important; 
  }

  #unified-back-forward-button > *
  { -moz-appearance:none !important;
  border: 0px !important;
  margin: 0px -1px 0px -1px   !important;
  }

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                 Optional tweaks, just remove                     */
/*<-----------------------------these ----------------------------> */
/* before and after the code, which is always below the description*/  
/*                        of what it does                           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

/* ======== URL Bar Tweaks ======== */
/* ======== Disable Page Proxy Favicon & Page Proxy Stack ======== */
  
  /*-- Disabled Favicon in URL Bar --*/
  /* #page-proxy-favicon { display: none !important; } */
  
  /*-- Disable Proxy Stack --*/
  /* #page-proxy-stack { display: none !important; } */

  /*--Disable URL history Dropmarker--*/
  /* .autocomplete-history-dropmarker { display: none !important; } */

  /*--Hide Go Button--*/
  /* #go-button { display: none !important; } */