/*
	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 {
  display: block;
  float: left;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}


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

.ln-letters .ln-disabled {
  color: #595959;
  font-weight:400;
border: 1px solid #EBD7FB !important;
    pointer-events: none !important;
}

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

.ln-letters a {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: #491276;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: #491276;
    background-color: #FFFFFF;
    border: 1px solid #491276;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.listNav {
    margin-bottom: 15px;
}
/*# sourceMappingURL=listnav.css.map */