
.key {
  display: inline-block;
  width: auto;
  min-width: 24px;
  color: #5E5E5E;
  font: bold 14px arial;
  text-decoration: none;
  text-align: center;
  margin: 3px auto;
  padding: 3px 6px;
  background: #EFF0F2;
  border-radius: 3px;
  border-top: 1px solid #F5F5F5;
  box-shadow: inset 0 0 20px #E8E8E8, 0 1px 0 #C3C3C3, 0 1px 0 #C9C9C9, 0 1px 2px #333;
  text-shadow: 0px 1px 0px #F5F5F5;
}

.inline-key {
  margin-right: 3px;
  margin-left: 6px;
}

.arrow-keys {
  color: #5E5E5E;
  font: bold 14px arial;
  margin: auto;
  vertical-align: center;
}

#shortcutList {
  margin-bottom: 10px;
}
#shortcutList tr {
  height: 29px;
}

#shortcutList tr > td:first-child {
  width: 97px;
  padding-right: 6px;
  white-space: nowrap;
}
hr {
  margin: 10px 0;
}

#searchInput {
  margin-bottom: 0;
}
.search-label > span {
  vertical-align: sub;
  vertical-align: -webkit-baseline-middle;
}
.search-label * {
  margin-top: -6px
}
.tooltip {
  z-index: 1000;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  border-radius: 5px;
  background-color: #333;
  position: absolute;
  font-size: 10px;
  text-align: center;
}
/* removes the dropdown arrow from the seachbox */
input::-webkit-calendar-picker-indicator {
  display: none;
}
