.page a, .page span.current {
	padding: 5px;
	margin: 0 1px;
	font-size: 0.8125rem;
}
.page a, .page span{
	font-size: 0.8125rem;
	color: #999;
}
.page span.current {
	color: white;
    background: #76ab35;
}
.page a {
	text-decoration: none;
	color: #999;
	transition: all 0.3s ease-out;
}
.page a:hover {
	color: white;
    background: #76ab35;
}

/* large */

@media print,
screen and (min-width: 64em) {
    .page a, .page span.current {
    	padding: 5px 10px;
    }
}

