@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*right align all - set X for -n+X, n+X values higher than total number of bookmarks*/
/*left align all - set X for -n+X, n+X values to 0*/

/*"flip" point (half bookmark total number suggested) - set X for -n+X, n+X values to*/
/*the designated point in bookmark row to make the text "flip" to the opposite side of the cursor*/

#bhTooltip { display: none !important;
}
toolbarbutton.bookmark-item:before {
  content:attr(label) !important;
  display: none !important;
 }
toolbarbutton.bookmark-item:hover {
  position: fixed !important;
  z-index: 1 !important;
 }
#PlacesToolbarItems > toolbarbutton:nth-child(-n+999):hover::before,
#PlacesToolbarItems > toolbarbutton:nth-child( n+999):hover::before {
  overflow: auto !important;
  display:block !important;
  background: transparent !important;
  color: #FFFFFF !important;
  font: small-caps .70em small fonts !important;
  text-shadow: black 2px 1px 1px !important;
  padding: 1px !important;
  margin: 4.4px !important;
  margin-left: 3.5% !important;
  position: fixed !important;
  z-index: 1 !important;
 }
#PlacesToolbarItems > toolbarbutton:nth-child(n+999):hover::before {
  margin-left: -39% !important;
  width: 500px !important;
  text-align: right !important;
 }