﻿body.showlayout .Layout {
	border: 1px dashed red;
}

	body.showlayout .Layout .layoutlable {
		display: inherit !important;
	}

.layoutlable {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	color: blue;
}

.Layout {
	width: 100%;
}

