.debugBar {
	background:#000;
}
.outlineDomContainer {
	position:relative;
}
.outlineLabel {
	color:#fff;
	position: absolute;
	padding: 5px;
	border-right: 2px dashed;
	border-bottom: 2px dashed;
	border-color: #fff;
}
.debugDomOutline {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.appContainerOutline {
	border: 2px dashed #f00;
}

.appContainerOutline .outlineLabel {
	background-color:#f00;
}

.vaiComponentOutline {
	border: 2px dashed #00f;
}
.vaiComponentOutline .outlineLabel {
	background-color:#00f;
}

.detailRowOutline {
	border: 2px dashed #0d0;
}
.detailRowOutline .outlineLabel {
	background-color:#0d0;
}