/*
 * SQPP Custom tyles
 *
 */
 .sqpp-edit-link {
	display: none;
}
body.role-administrator .sqpp-edit-link,
body.role-editor .sqpp-edit-link,
body.role-author .sqpp-edit-link {
	display: block;
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: cyan !important;
	top: 21px;
	right: 22px;
	z-index: 999;
}

.sqpp-edit-link a {
	color: inherit !important;
}

body.role-administrator .sqpp-content-embedded-box,
body.role-editor .sqpp-content-embedded-box,
body.role-author .sqpp-content-embedded-box {
    position: relative;
    outline-style: dotted;
    outline-color: cyan;
}
 
/* Testing... http://gwand2.local:8888/wp-admin/post.php?post=319&action=edit */
/* /.Testing... */