html {
	margin:0 !important;
	}
#wpadminbar {
	display:none;
	padding-left:34px;
	}
#wp-admin-bar-site-name > a {
	background-color:purple;
	}

._bd_hotspot {
	position:fixed;
	top:0;
	left:0; z-index:999999999;
	cursor:pointer;
	width:32px;
	height:32px;
	}
._bd_hotspot:hover {
	background-color:purple;
	}

body.hotspot-active #wpadminbar {
	display:block;
	}
body.hotspot-active :has(._bd_post-edit-link) {
	position:relative;
	}
p:has(._bd_post-edit-link) {
	display:contents;
	}
body.hotspot-active ._bd_post-edit-link {
	display:inline-block !important;
	}
._bd_post-edit-link {
	display:none;
	position: absolute;
	top:0px;
	left:1px; z-index:+888;
	font-size: 12px !important;
	font-weight:700 !important;
	letter-spacing:1px !important;
	line-height:initial !important;
	text-transform: uppercase;
	text-decoration: none !important;
	text-shadow:none !important;
	color:#eee !important;
	background-color:purple;
	padding:1px 3px 1px 3px;
	margin:0 !important;	
	}
._bd_post-edit-link:hover {
	color:purple !important;
	background-color:transparent;
	}
._bd_post-edit-link + span {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:+880; 
	}
._bd_post-edit-link:hover + span {
	display:block;
	width:100%;
	height:100%;
	color:purple !important;
	background-color:#80008022;
	}

:has(._bd_post-edit-link) :has(._bd_post-edit-link) ._bd_post-edit-link {
	z-index:+999999;
	}

.centerpoint {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:50%;
	z-index:+999999;
	width:1px;
	background-color:green;
	}
.centerpoint > div {
	height:100%;
	position:relative;
	}
.guide {
	position:absolute;
	top:0;
	bottom:0;
	width:2px;
	background-color:red;
	}
.glabel {
	position:absolute;
	top:0px;
	font-size:12px;
	color:#fff;
	background-color:red; padding:2px;
	}
.glabel:nth-child(6n) {
	top:24px;
	}
._bd_guide-hotspot {
	position:fixed;
	top:0;
	right:0;
	z-index:+999999;
	cursor:pointer;
	width:32px;
	height:32px;
	}
._bd_guide-hotspot:hover {
	background-color:red;
	}
body.guide-hotspot-active .centerpoint {
	display:initial;
	}

