.nextpage_links {
	text-align: center;
	margin: 10px 0;
}

a.post-page-numbers {
	display: inline-block;
	background-color: #c7c7c7;
	color: #fff !important;
	text-decoration: none !important;
	padding: 15px;
	width: 15vw;
	min-width: 100px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
	a.post-page-numbers {
		width: 40vw;
	}
}