#pagesize {
    font-family: Noteworthy, Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#pagesize ul{
	display: flex;
}

#pagesize a,
#pagesize span {
    float: left;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    min-width: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 7px 10px;
}

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

#pagesize .active {
    background-color: #e5e5e5;
	border: solid 1px #d9d9d9;
    cursor: default;
}

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