#pagesize {
    padding: 8px;
    font-family: Noteworthy, Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
}

#pagesize li {
    list-style: none;
}

#pagesize a, #pagesize span {
    float: left;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid rgb(26 26 26 / 10%);
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

#pagesize a:hover {
    text-decoration: none;
    border: 1px solid #1c51bc
}

#pagesize .active {
    color: #1c51bc;
    border-color: #1c51bc;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

#pagesize .disabled {
    color: #ccc;
    cursor: default;
}
