
.listNav,
.ln-letters { overflow: hidden }

.listNavHide { display: none }

.listNavShow { display: list-item }

.letterCountShow { display: block }

.ln-letters a {
  display: block;
  float: left;
  padding: 2px 6px;
  border-right: 1px solid silver;
  text-decoration: none;
  font-size: 16px;
  color: #b21e4f;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  height: 24px;
}

.ln-a{list-style: none}

.ln-letters a:hover,
.ln-letters .ln-selected { text-decoration: none; background-color: #eaeaea }

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


