.entry-group {
  margin-top: -5px;
}
.entry-item {
  display: block;
  /*border-bottom: 1px solid #EEE;*/
  margin: 0 -10px;
  padding: 5px 10px;
  /*&:last-child {
		border-bottom: none;
	}*/
}
.entry-item:hover {
  text-decoration: none;
  background-color: #C7E6FC;
}
.entry-item.entry-item-no-click {
  cursor: not-allowed;
}
.entry-item.entry-item-no-click:hover {
  color: #369;
  background-color: transparent;
}
.entry-item.entry-item-no-click kbd {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.entry-item .entry-hint {
  padding: 3px 6px;
  margin: 0 5px 0 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #999;
  font-family: 'Courier New', Monospace;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  float: left;
}
.entry-item:hover .entry-hint {
  background-color: #666;
}
.entry-item .entry-body {
  display: block;
  margin-left: 30px;
}
