#checkPages {
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.button {
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 3px;
	outline: none;
	background: #fff;
	padding: 5px 10px;
	transition: 0.4s;
	cursor: pointer;
}
.button:hover,
.button.active {
	background: rgba(0,0,0,0.8);
	color: #fff;
}
