#pagesize {
    padding: 8px;
    font-family: Noteworthy, Arial, sans-serif;
    font-size: 14px;
}

#pagesize a,
#pagesize span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #bbb;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
}

#pagesize a:hover {
    text-decoration: none;
    background: #fcfcfc;
}

#pagesize .active {
    background: #00a338 !important;
    color: #fff;
    border-color: #444;
}

#pagesize .disabled {
    color: #ccc;
    cursor: default;
}
