
.editor-pane {
    counter-reset: sect1;
    counter-reset: sect2;
    counter-reset: sect3;
    
}

.editor {
    margin-top: 3em;
}
.section {
	margin: 1em 0 1em 1.5em;
	position: relative;
	padding-right: 20px;
	border-left: 1px dotted #ddd;
}

.section > .insertbar, .section > .text-pane, .section > tip-pane, .section > .section {
	display: none;
}



.hidden {
	display: none;
}

.toolbar {
	margin: 1.5em 0;
	text-indent: 0;
}
.toolbar input {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 100%;
	padding: 0.2em;
}



main {
	position: relative;
	min-height: 500px;
}

.editor-pane label {
	display: inline-block;
	vertical-align: top;
	width: 8em;	
}

#edit_head, #edit_cont {
	width: 500px;
	
}

#addNew {
	display: inline-block;
	vertical-align: -0.2em;
	margin-right: 0.5em;
}

#addNew + label {
	cursor: pointer;
	font-weight: bold;;
}

.mainmatter {
/*	max-height: 500px;*/
/*	overflow: auto;*/
}

.mainmatter li {
	position: relative;
	
}

input.deleter {
    position: absolute;
    right: 20px;
    z-index: 10;
}