.pager, .pager-parts, .pager-wst {
    text-align: center;
}

.pager a {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-decoration: none;
    border-radius: 10%;
    min-width: 40px;
    cursor: pointer;
}

.pager a.active {
    background-color: white;
    color: black;
    cursor: initial;
}

.pager-parts a {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    background-color: rgba(256, 256, 256);
    color: rgb(245, 138, 66);
    text-decoration: none;
    border-radius: 10%;
    min-width: 30px;
    cursor: pointer;
}

.pager-parts a.active {
    background-color: transparent;
    color: rgba(256, 256, 256);
    cursor: initial;
}

.pager-wst a {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    background-color: rgba(58, 31, 128, 0.8);
    color: rgb(256, 256, 256);
    text-decoration: none;
    border-radius: 10%;
    min-width: 25px;
    cursor: pointer;
}

.pager-wst a.active {
    background-color: transparent;
    color: rgba(58, 31, 128, 0.8);
    cursor: initial;
}

.pager-wst input {
    max-width: 50px;
}

.pager-tt a {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    background-color: #800000;
    color: rgb(256, 256, 256);
    text-decoration: none;
    border-radius: 10%;
    min-width: 25px;
    cursor: pointer;
}

.pager-tt a.active {
    background-color: transparent;
    color: #800000;
    cursor: initial;
}

#listTwo-nav .ln-letters a {
    background-color: transparent;
    color: rgba(256, 256, 256);
}
