#lstExhibitors-nav {
    margin-bottom:30px;
}

.listNav { 
    margin:0;
}

    .ln-letters {
        overflow:hidden;
    }

        .ln-letters a {
            font-size:0.9em;
            display:block;
            float:left;
            padding:2px 8px;
            border:1px solid silver;
            border-right:none;
            text-decoration:none;
            color:#111;
        }

        .ln-letters a.ln-last { border-right:1px solid silver; }
        .ln-letters a:hover { background-color:#ddd;  }
        .ln-letters a.ln-selected { background-color:#f06419; color: #333; }
        .ln-letters a.ln-disabled { color:#cecece; }

    .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#000; }