.pagination {
	display: inline-block;
	/*text-align: center;*/
}

.pagination a {
	font-size: 16px;
	margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
	border: 1px solid #ddd; /* Gray */
	transition: background-color .3s;
	color: black;
	float: left;
	padding: 8px 16px;
}

.pagination a:hover:not(.active) {background-color: #7BB56C !important;}

.page{
	text-decoration:none;
}