/* =Index pagination
----------------------------------------------- */

/* The containing box with a nice white background */
.paging-navigation {
	padding: 1em;
	text-align: center;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	padding: .3em .7em;
	color: #9b9b9b;
}

/* Link hover state */
a:hover.page-numbers {

}

/* Current page bold and dark */
.paging-navigation .current {
	color: rgba(0, 0, 0, 0.9);
}

.paging-navigation .next, .paging-navigation .prev{
	display: none;
}
