.docboxnumbered + ul {
    margin-left: 2.4rem;
}

.docnumberedtext > span, .docnumberedheading > span {
    display: table-cell;
    overflow: hidden; 
}

.docnumberedtext > span:first-child {
    min-width: 2.4rem;
}

.docnumberedheading > span:first-child {
    min-width: 1.6rem;
}

.editsection {
    border-bottom: 1px dashed #808080; 
    border-left: 1px dashed #808080; 
    padding: 6px 0px 6px 6px; 
    margin: 10px 0px 6px 20px;
    color: black;
    clear: both;
}

.editsectionlevel0 {
    border: 0;
    margin: 0;
}

.doccontents {
    box-sizing: border-box;
    margin: 0.8rem auto;
    width: 24rem;
    max-width: 98%;
    border: 1px #dddddd solid;
    padding: 0.8rem;
}

.doccontents > .toclevel2 {
    margin-left: 0.5rem;
}

.doccontents > .toclevel3 {
    margin-left: 1.0rem;
}

.doccontents > .toclevel2 a, .doccontents > .toclevel3 a {
    font-weight: normal;
}

.text_form, .text_form fieldset legend, .text_form label {
    color: #505050;
}

.text_form fieldset {
    border: 0;
}   

.text_form label {
    font-weight: bold;
}


@media (max-width: 640px) {

section.docbox {
    margin-left: 5px;
    margin-right: 5px;
}

}
