/*
	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;
  margin-left: 3%;
  margin-bottom: 15px;
}

.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-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: 4px 9px;
  text-decoration: none;
  height: 30px;
}


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

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

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

@media (max-width: 425px){
.listNav, .ln-letters {
    
    margin-left: 0%;
    margin-bottom: 15px;
}
.ln-letters a {
  border: 1px solid silver;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-right: 7px;
  margin-top: 5px;
  }
.ln-letters a:hover{background: #ac0200;color: #fff;}
.ln-letters .ln-last {
  border-right: 1px solid silver;
}
}

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