li.ln-no-match.listNavShow {
  text-align: center;
}

.listNav,
.ln-letters {
  overflow: hidden;
  background: #F3F3F3;
}

.listNavHide {
  display: none !important;
}

.listNavShow {
  display: list-item
}

.letterCountShow {
  display: block
}

.ln-letters a {
  font-size: 18px;
  display: block;
  float: left;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  border-right: none;
  text-decoration: none;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.ln-letters .ln-last {
  border-right: 1px solid #ebebeb
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #0082CA;
  color: #ffffff;
}

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

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

/*# sourceMappingURL=listnav.css.map */

ul#demoOne {
  list-style: none;
}

div#demoOne-nav {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}

ul#demoOne>li {
  margin: 0;
  padding: 0;
}