.ce-page {
	width: 100%;
}
.ce-page.ce-page-edit {
	position: relative;
}
.ce-page-edit-button {
	position: absolute;
	display: none;
	z-index: 10;
	cursor: pointer;
	
	border-radius: 1em;
	
	text-decoration: none!important;
	background-color: #2aa8f7;
	color: white!important;
	font-weight: bold;
	padding: 0.2em 1.5em;
	
	left: 0;
	top: 0;
}
.ce-page-edit-button:hover {
	background-color: #51b7f7;
}
.ce-page-edit:hover .ce-page-edit-button {
	display: block;
}