/* 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/calendar/), url-prefix( https://www.google.com/calendar/) {
  #comp b::after   { content: " (c)"; }
  #open-quick-add::after   { content: " (q)"; }
  #prf_g::after   { content: " (s)"; }
  #mode-day::after   { content: " (d)"; }
  #mode-week::after   { content: " (w)"; }
  #mode-month::after   { content: " (m)"; }
  #customModeLabel::after   { content: " (x)"; }
  #mode-list::after   { content: " (a)"; }
  #todayButton::after   { content: " (t)"; }
  #srreg::after   { content: " (/)"; }
}