/**
 * Used to format position of numbers and text in a manual numbered list
 */
.terms h3,h2{clear:left;}

.terms ul {
    list-style-type: none;
    margin: 0px;
    display:block;

}

.terms .indent-text { padding-left:4em;}

.terms p {clear:left;}
.terms li {
    display:block;
    list-style: none;
    list-style-type: none;
    margin:0px;
}
.terms li li {
    padding-left:3em;
}
.terms li .list-format{
    clear:left;
    width:4em;
    text-align: left;
    float:left;
}
.terms  li .list-text{
    float:left;
    text-align:left;
    width:85%;
}

.terms ul li ul li .list-format{

}
.terms .appendix-title {
    clear:left;
    text-align:center;
    font-weight: bold;