/* Style slownika */

div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
}

div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}

div.alphabet span:hover {
    text-decoration: underline;
}

div.alphabet span.active {
    color: black;
}
.znaczenie {
    font-size:22px;
    text-align:center;
}
.haslo {
    text-align:center;
}
.wiecej {
    text-align:center;
    font-size:22px;

}
.haslo a{
    font-weight: 800;
    font-size:22px;
}
.haslo h4{
    font-size:small;
    text-decoration: wavy;
    color: darkolivegreen;
}
.haslo a:link, a:visited {
    color: darkgreen;
}
.wiecej a:link, a:visited {
    color: darkgreen;
}
#powitanie a:link {
    color: white;
}
#powitanie a:visited {
    color: white;
}
.pagination > .active > a{
    background-color:darkgreen!important;
    border-color: #33b749!important;
}
.pagination > li > a {
    color: darkgreen;
}
.pagination > li > a:hover {
    color: forestgreen!important;
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

