/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
.hide{ display: none; }
.show{ display: block; }

.tt-alpha-pager > a{
    margin: 0 8px 0 0;
    font-size: 16px;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 50%;
    display: inline-block;
}

.tt-alpha-pager > a{ color: #222; }

.tt-alpha-pager > a.active,
.tt-alpha-pager > a:hover{
    color: #222;
    padding: 2px 6px;
    font-weight: bold;
    text-decoration: underline;
}

.tt-alpha-pager > a.disabled{ 
    color: #bababa;
    cursor: default;
    font-weight: normal;
    text-decoration: none;
}

.tt-alpha-pager > a.disabled:hover{
    font-weight: normal;
    text-decoration: none;
}