
.alphabetical-list
{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	/* min-height: 550px; */
	margin-bottom: 150px;
	/* margin-bottom: 0px; */
	margin-top: 50px;
}
ul#demoOne
{
	background-color: #f6f6f6;
	/*padding: 10px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	border: 1px solid #bdbec0;
	/*border-top: none;*/
	min-height: 240px;
	height: auto;
	/*width: 1200px;*/ /*commented for responsiveness */
	float: left;
	margin-bottom: 150px;
}
ul#demoOne li
{
  width: 230px;
  float: left;
  list-style-image: url(../images/bullet-blue.png);
  padding: 0 0 0 5px;
}
.listNav,
.ln-letters { overflow: hidden }

.listNavHide { display: none }

.listNavShow { display: list-item }

.letterCountShow { display: block }

.ln-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 6px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none
  
  margin: 0;
  padding: 4px 15px 4px 15px;
  border-width: 0;
  font-weight: normal;
  text-decoration: none;
  background: none;
  color: #000;
  
  border-left:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  
}

.ln-letters .ln-last { /*border-right: 1px solid silver*/ }

.ln-letters a:hover,
.ln-letters .ln-selected 
{ 
	background-color: #eaeaea; 
	border-left: 1px solid #bdbec0;
	border-top: 1px solid #bdbec0;
	border-right: 1px solid #bdbec0; 
}

.ln-letters .ln-disabled { /*color: #ccc*/ }

.ln-letter-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.35;
  color: #336699
}/*# sourceMappingURL=listnav.css.map */

@media screen and (min-width: 1000px) and (max-width: 1250px) 
{
.ln-letters a 
{
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	border:1px solid #bdbec0;
}
}

@media screen and (min-width: 801px) and (max-width: 998px) 
{
.ln-letters a 
{
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	border:1px solid #bdbec0;
}
}

@media screen and (min-width: 651px) and (max-width: 800px) 
{
.ln-letters a 
{
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	border:1px solid #bdbec0;
}
}

@media screen and (min-width: 480px) and (max-width: 650px) 
{
.ln-letters a 
{
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	border:1px solid #bdbec0;
}
}

@media screen and (max-width: 479px) 
{

.ln-letters a 
{
	width: 30px;
	text-align: center;
	padding: 4px 0px;
	border:1px solid #bdbec0;
}

}