<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adminBlock {
	position:relative;
	width:95%;
}

.adminBlockBorder {
	display:none;
	position:absolute;
	top:-25px;
	left:-25px;
	right:-25px;
	bottom:-25px;
	border:1px dotted #ccc;
}

.adminBlockEditIcon {
	display:none;
	position:absolute;
	top:-20px;
	right:-20px;
	width:16px;
	height:16px;
	background:url("../img/edit.png");
	cursor:pointer;
}

.adminBlockEditIconBottom {
	display:none;
	position:absolute;
	bottom:-20px;
	left:-20px;
	width:16px;
	height:16px;
	background:url("../img/edit.png");
	cursor:pointer;
}

.content{
	margin-top:20px;
}

</pre></body></html>