.pagination {
	display: inline-block;
}

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

.pagination a:hover:not(.active) {background-color: #ddd;}

.page{
	text-decoration:none!important;
}