/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden;
  background: #fad42e;
  margin-bottom: 15px;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.listNavShow {
  display: block;
  /*color: #ff2f31;*/
}

.listNavShow a:visited {
  color: brown;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid #c0600c;
  border-right: none;
  display: block;
  float: left;
  font-size: 1.4em;
  padding: 2px 6px;
  text-decoration: none;
}

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

.ln-letters a:hover {
  color: #872699;
}

.ln-letters .ln-selected {
  background-color: #38ea1e;
  font-weight: bold;
  font-size: 18px;
}

.ln-letters .ln-disabled {
  color: #800d2b;
}

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



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