.result_item {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:1px solid #E1E1E1;
  background: #F5F5F5;
  margin-top:8px;
  padding:8px;
  
  font-family: sans-serif;
  
  cursor: default;
}

.result_item:hover {
  background: #E8E8FF;
}

.result_item .vocab_data {
  font-size: 42px;
}

.furigana_set {
  height: 66px;
}

.furigana_set .furigana_portion {
  float: left;
}

.furigana_set .furigana_portion .furigana_super {
  font-size: 12px;
  text-align: center;
}

.furigana_kanji {
  border: solid 1px #f5f5f5;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.result_item:hover .vocab_data .furigana_set .furigana_portion .furigana_kanji {
  border: solid 1px #E8E8FF;
}

.result_item:hover .vocab_data .furigana_set .furigana_portion .furigana_kanji:hover {
  background: #D8D8FF;
  border: solid 1px #ccccff;
}

.result_item .kanji_data {
  float: left;
  font-size: 72px;
  height: 88px;
  width: 88px;
  padding-top: 8px;
  text-align: center;
  border: solid 1px #f5f5f5;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.result_item:hover .kanji_data {
  border: solid 1px #E8E8FF;
}

.result_item:hover .kanji_data:hover {
  background: #D8D8FF;
  border: solid 1px #ccccff;
}

.result_item .kanji_details {
  margin-left: 96px;
}

.detail .label {
  font-weight: bold;
}

#results_info {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:1px solid #E1E1E1;
  background: #EEEEEE;
  padding: 8px;
  
  font-weight: bold;
  color: #B0B0B0;
  
  cursor: default;
}

#results_info .results_name {

}

.crumblink {
  text-decoration: none;
  color: #B0B0D0;
}

.crumblink:hover {
  color: #B0B0FF;
}

.crumbstep {
  margin-left: 6px;
  margin-right: 6px;
}

#results_info .results_count {
  font-weight: bold;
  color: #B0B0FF;
  margin-left: 6px;
}

#stats {
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:1px solid #E1E1E1;
  background: #EEEEEE;
  margin-top: 8px;
  
  padding: 2px;
  
  font-size: 9px;
  color: #E0E0E0;
  
  text-align: center;
  cursor: default;
}
