/*
	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 {
  margin-top: 25px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.letterCountShow {
  display: block;
}
.ln-letters a {
  position: relative;
  width: 1%;
  display: table-cell;
  text-align: center;
  padding: 12px 0;
  background: #00341c;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #9a8b7c;
  cursor: pointer;
}
.ln-letters .ln-last {
  border-right: 1px solid #00341c;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #99cc00;
}
.ln-letters .ln-disabled {
  color: darkgreen;
  cursor: not-allowed;
}
.ln-letter-count {
  color: #fff;
  color: #00341c;
  font-size: 16px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  background:#ECE2BE;
}
#myList-nav {
  margin-top: -88px;
  margin-bottom:20px;
  width:100.1%;
  margin-left:0px;
}
/*# sourceMappingURL=listnav.css.map */