/* icon on mail screen */
.keyboard_shortcuts_icon {
  margin-left: 10px;
}

img.keyboard_shortcuts_icon {
  background-position: -16px -1912px;
  width: 42px;
  height: 20px;
}

/* icon in settings section */
#sections-table #rcmrowkeyboard_shortcuts td.section {
    background-position: -8px -1844px;
}

#sections-table #rcmrowkeyboard_shortcuts.selected td.section {
  background-position: -8px -1876px;
}

/* input field in settings */
.rcmfd_ks_input {
    width: 120px;
    text-align: center;
}

/* del icon in settings */
a.ks_del
{
  background-position: -16px -2008px;
  width: 30px;
  height: 20px;
  float: right;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* add icon in settings */
a.ks_add
{
  background-position: -16px -1968px;
  width: 30px;
  height: 20px;
  float: right;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* help window */

.keyboard_shortcuts_help table {
    width: 100%;
}

.keyboard_shortcuts_help .title {
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.keyboard_shortcuts_help .shortcut_key {
    font-weight: bold;
}

.keyboard_shortcuts_help .command {
    padding-left: 21px;
}

