/*******************************************************************************
        ## LISTNAV
*******************************************************************************/

/*
	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-bottom: 10px;
font: -webkit-control;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}



.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: 21px;
  padding: 8px 17px;
  text-shadow: black;
  margin-top: 3px;
  cursor: pointer;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}


.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #006994;
  color: white;
}
