<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#az-nav {
	 border-top: 1px solid #eee;
	 margin: 40px 0px 40px 0px;
	 width: 100%;
	 padding-top: 17px;
}

.basic-table blockquote ul{
    padding-left: 0px!important;
    list-style-type: none!important;
    line-height: 1.6;
}
.basic-table blockquote ul li{
    padding-left: 0px!important;
    list-style-type: none!important;
    border-bottom: 1px solid #eee !important;
    padding: 10px;
}

 .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, #table_filter a {
	 border-right: none;
	 display: inline-block;
	 font-size: 1.3em;
	 font-family: 'roboto condensed';
	 padding: 13px;
	 text-decoration: none;
	 font-weight: bold;
	 border-bottom:2px solid transparent;
}
.ln-letters a {
    padding-left: 10px !important;
    text-align: center !important;
}
 .ln-selected {
	 border-bottom: 2px solid #981e32;
}
 .ln-letters a:hover, .ln-letters .ln-selected {
	 background-color:#fafafa;
}

 .ln-letters .ln-disabled {
	 color: #dbd8d4 
}
 .ln-letter-count {
	 color: #336699;
	 font-size: .8em;
	 left: 0;
	 line-height: 1.35;
	 position: absolute;
	 text-align: center;
	 top: 0;
	 width: 20px;
}
 .listNav, .ln-letters {
	 margin: 0px auto;
	 text-align: center;
	 width:100%;
	 float:left;
	 margin-top:10px;
}

 .ln-no-match{
	 background:transparent!important;
	 font-weight:bold;
}
 #message{
	 font-size: 1.2em;
	 font-family: 'roboto condensed';
	 font-weight:bold;
	 margin-top:10px;
	 margin-bottom:0px;
}
 .az-list{
	 float:left;
	 padding-left:0px;
	 width:100%;
}
 .az-list li:nth-child(odd){
	 background:#fafafa;
}
 .az-list li {
	 list-style: none;
	 padding: 10px;
	 border-bottom:1px solid #eee;
}
 #sidebar ul{
	 margin-left:0px;
	 padding-left:0px;
}
 #sidebar ul li {
	 margin-left: 0px;
	 list-style-type: none;
	 padding: 10px 0px 10px 10px;
	 border-bottom: 1px solid #eee;
}

#list-footer{
    float:left;
    width:100%;
    text-align: center;
    font-weight: bold;
    margin:20px 0px 50px 0px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#az-footer{    
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0px 280px 0px;
}

#button-group{
    margin-top:20px;
}

.content-container{
    position:relative;
}

.basic-table td{
    font-size:1em;
} 
.basic-table blockquote{
    font-size:1em;
    line-height:2;
    border-left:2px solid #ccc;
}

@media (max-width: 992px) {
    #az-footer{
        padding-bottom:80px;
    }
    .parallax{
        background-size:cover;
    }
    #list-footer{
        text-align:left;
    }
  
    #full-width{
      padding:0px;
    }
  
    #az-nav{
        margin:0px 0px 20px 0px
    }
  
    #list-footer a{
        width:100%;
        float:left;
    }
    .basic-table td{
       
        font-size:.9em;
    }
    .columns-container{
        padding:0px;
    }
    #table_filter{
        padding:10px;
    }
    #message{
        padding:0px 10px;
    }
   
    table td:nth-child(2){
    padding-top:5px;
    }
        table td:nth-child(1){
    padding-bottom:0px;
    }
    .basic-table td{
        width: 100%;
    float: left;
    border:0px;
    }
}
</pre></body></html>