#termsList {
    height:calc(100vh - 10rem);
    width:35em;
    overflow:auto;
}
#termsListMobile {
    height:calc(100vh - 130px);
    width: 90%;
    margin: 0 auto;
    overflow:auto;
}
.terms {
    font-size: 0.85em; margin-top: 0.05rem; margin-bottom: 0.05rem;
}
.indent {
    padding-left: 1em; text-indent: -1em; margin-top: 0.05rem; margin-bottom: 0.05rem;
}
.indent15 {
    padding-left: 1.5em; text-indent: -1.5em; margin-top: 0.05rem; margin-bottom: 0.05rem;
}
.innerIndent {
    padding-left: 2.5em; text-indent: -1.2em; margin-top: 0.05rem; margin-bottom: 0.05rem;
}