/* AO lista render */

.aolista{
   word-break: normal !important;
}

.aolista .normal {
   word-break: normal !important;
}
.columnHolder {
   float: left;
   /*width: 220px;*/
   width:30%;
   /*margin-right: 90px;*/
   margin-right: 3%;
}

.aocontainer {
   margin-bottom: 2em;
   display: block;
   text-decoration: none;
}

.aoHeading{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 400;
   color:#01629f;
   text-decoration: none;
   margin:0px;
}

#aolista{
   position:relative;
   margin-top: 4em;
}

.aolista{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 400;
   font-size: 1.3em;
   color:#202020;
   margin: 4px 0px;
   display: block;
   text-decoration: none;
}

.azList{
   display:block;    
   text-align: center;
   background: #01629f;
}    

/* A-O LISTA SMALL */
.azSmall{
   width:100%;
   height:50px;
}     
.azSmall .azLetter{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 700;
   line-height: 50px !important;
   font-size:155% !important;
}

.azSmall .letterHolder{
   height: 50px;
   width:25px;
   text-align: center;
   display: inline-block;
}

.azLetter:hover{
   background-color:#cbee88;
   color: #202020;
}

/* A-O LISTA BIG */
.azBig{
   width:100%;
   height:auto; 
}
 
.azLetter{
   color: #fff;
   text-decoration: none !important;
   text-align: center;
   display: block;
   line-height: 50px !important;
}

.letterHolder{
   height: 50px;
   width:27px;
   text-align: center;
   display: inline-block;
}

.letterSelected{

}



