/*
	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;
}
.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 {
  border:none;
  border-right: none;
  display: block;
  float: left;
  font-size: 18px;
  padding: 0px 10px;
  text-decoration: none; 
  font-weight: 700;
}
.ln-letters .ln-last {
  border-right: none;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}
.ln-letters .ln-disabled {
  color: #000;
}
.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
#main_content {  display: inline-block;  float: LEFT;   width: 100%;
}
.ln-letters {  text-align: center;
}
.ln-letters .ln-selected ,.ln-letters a ,.ln-letters .ln-disabled{ display: inline-block; float: none;
}
li.ln-init-hidden {   display: none;
}
.ln-letters {
    text-align: center;
    margin: 40px 0 50px;
    padding: 30px 0;
    border-top: 0.5px solid #80849B;
    border-bottom: 0.5px solid #80849B;
}
/*# sourceMappingURL=listnav.css.map */