
.pagination span {
	min-width: 5rem;
	line-height: 1em;
	font-weight: 300;
	padding: 0.3em;
}

.pagination table td .pager-button {
	display: block;
	height: 100%;
	width: 100%;
}

.pagination table td .pager-button:hover {
	background-color: #59bdde
}

.pagination table td.active {
	background-color: #59bdde
}

.pagination table td.pager-prev {
	color: transparent;
	border-left: none;
	width: 75px
}

.pagination table td.pager-prev .pager-button {
	background-position: center center;
	background-repeat: no-repeat
}

.pagination table td.pager-next {
	color: transparent;
	border-right: none;
	width: 75px
}

.pagination table td.pager-next .pager-button {
	background-position: center center;
	background-repeat: no-repeat
}
