
.listNav,
.ln-letters { float: left;width: 100%; word-wrap: break-word; clear: both; position: relative; z-index: 12;}

.listNavHide { display: none }

.listNavShow { display: list-item; list-style: none;}

.letterCountShow { display: block }

.ln-letters a {
  /* font-size: 0.9em; */
  display: block;
  /* float: left; */
  padding: 6px 10px;
  /* border: 1px solid silver; */
  border-right: none;
  text-decoration: none;
  color: #48A942;
  font-weight: 700;
  display: inline;
}

/* .ln-letters .ln-last { border-right: 1px solid silver } */

.ln-letters a:hover,
.ln-letters .ln-selected { background-color: #eaeaea }

.ln-letters .ln-disabled { color: #ccc }

.ln-letter-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
  color: #336699
}
