#pagesize {
	padding: 8px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-family: Noteworthy, Arial, sans-serif;
	font-size: 14px;
}

#pagesize a,
#pagesize span {
	display: inline-block;
	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;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #efefef;
}

#pagesize li {
	display: inline-block;
}

#pagesize a:hover {
	text-decoration: none;
	background: #0365a2; color: white;
}

#pagesize .active {
	background: #0365a2;
	color: #FFF;
	border-color: #444;
	cursor: default;
}

#pagesize .disabled {
	color: #ccc;
	cursor: default;
}
