/* If there are any shortcuts that you no longer want to display, comment out the relevent line in the same manner that this line is commented */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix( http://www.google.com/reader/), url-prefix( https://www.google.com/reader/) {
  .read-state::after   { content: " (m)"; }
  .entry-title-link::after { content: " (v)"; }
  .email .link::after { content: " (e)"; }
  .star::after { content: " (s)"; }
  .broadcast::after { content: " (shift-s)"; }
  .broadcast-with-note::after { content: " (shift-d)"; }
  .entry-tagging-action-title::after { content: " (t)"; }
  #mark-all-as-read .goog-button-body::after { content: " (shift-a)"; }
  #entries-up .goog-button-body .text::after { content: " (j)"; }
  #entries-down .goog-button-body .text::after { content: " (k)"; }
  #viewer-refresh .goog-button-body::after { content: " (r)"; }
  #search-submit::after { content: " (/)"; }
  .subscribe-button::after { content: " (a)"; }
  #overview-selector .text::after { content: " (gâ†’h)"; }
  #reading-list-selector .text::after { content: " (gâ†’a)"; }
  #star-selector .text::after { content: " (gâ†’s)"; }
  #your-items-tree-item-0-name .name-text::after { content: " (gâ†’shift-s)"; }
  #directory-selector .text::after { content: " (gâ†’d)"; }
  #friends-tree-item-0-name .name-text::after { content: " (gâ†’shift-f)"; }
  #trends-selector .text::after { content: " (gâ†’shift-t)"; }
  #view-list:after { content: " (2)"; }
  #view-cards::after { content: " (1)"; }
  .cursor::before { content: "(shift-x) "; }
  .cursor::after { content: " (shift-o)"; }
  #lhn-subscriptions .lhn-section-primary::after { content: " â†“/â†‘ (shift-n/p)"; }

  /*#entries-status::before { content: "Pageâ†“/â†‘(space/shift-space)"; }*/

  #chrome-lhn-toggle::after { 
    content: "(u)"; 
    font-size: 80%;
    color:#6688EE;

    }
}