.owl-edit {
	position:relative;
}
.owl-edit pre {
	background:lightyellow;	
}	
.owl-edit pre code {
	font-size: 1.3rem;
	white-space: break-spaces;
}	
.owl-edit .editing, .owl-edit .highlighting, #calc-edit-metrics {
	position:absolute;
	top: 0;
	
	font-size: 1.3rem;
	font-family: monospace;
	line-height: 1.5;
	padding:0.5rem;
	min-height: 100px;
    max-height: 500px;
	height:400px;
    width: 100%;
    max-width:80rem;
    
	overflow:scroll;
	box-sizing: border-box;
	white-space:break-spaces;
	
	margin:0;
	border:solid;
	border-color:#aaa;
	border-width:1px;
	
    tab-size: 2;
}

#calc-edit-metrics {
	top: 20000; /*offscreen*/
	height:1rem;
}
	
.owl-edit #weditor.editing {
	z-index:10;
	background:transparent;
	line-height: 1.5;
	min-height: 100px;
    max-height: 500px;
	color:transparent;
	caret-color: black;
	resize:none;
}

.owl-edit .highlighting {
	position:absolute;
	top: 0;
	z-index: 5;
	background:#fffff3;
}
