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

#pagesize ul{
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

#pagesize ul li{
	list-style: none;
}

#pagesize a,
#pagesize span {
	width: 29px;
	height: 25px;
    border: 1px solid #bfbfbf;
    margin: 0 5px;
    font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a5a6a5;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pagesize a:hover {
    text-decoration: none;
    background: #0193dc;
    color: #fff;
}

#pagesize .active {
    background: #0193dc;
    color: #fff;
    border-color: #0193dc;
    cursor: default;
}

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

#pagesize ul li:first-child a,#pagesize ul li:last-child a{
	border:none;
}