@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PersonalToolbar .bookmark-item {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#bookmarks-ptf .bookmark-item:hover {
  background-color: rgb(122,189,254) !important;
  -moz-appearance: none !important;
  border: 0 !important;
}
#bookmarks-ptf .bookmark-item:hover:active {
  background-color: rgb(84,169,244) !important;
}