.authorFullText {
    display: block;
    margin: 15px 0;
    font-weight: bold;
}

.APP-EmphasisItalic{
    font-style: italic;
}
.APP-EmphasisBold{
    font-weight: bold;
}

.APP-EmphasisBoldItalic{
    font-style: italic;
    font-weight: bold;
}

.RefList, .APP-SuggReadList{
    list-style: none;
    padding-left: 0px;
}

.RefList li, .APP-SuggReadList li{
    margin-bottom: 5px;
    padding: 5px 0px 10px 0px;
    border-bottom: solid 1px #cccccc;
    margin-left: 10px;
}


/* for UX3 tabs */
.RefList li.references__item,  .APP-SuggReadList li.references__item{
    border-bottom: none;
}

/*
https://dsm.psychiatryonline.org.two-lts.literatumonline.com/doi/full/10.1176/appi.books.9780890425596.dsm02
*/

.APP-UnNumberedUnindented, .APP-CriteriaSet .APP-UnNumberedUnindented{
    list-style: none;
}

.APP-UnNumberedIndented{
    list-style: none;
}

.APP-CriteriaSet .Head{
    display: inline;
}

.APP-CriteriaSet{
    background: #fff0f0;
    border: 2px solid #660000;
    padding: 15px;
    margin-bottom: 10px;
    color: #333333;
}

.rightICDCode{
    float: right;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
}

.APP-UnNumbered{
    list-style: none;
}

.APP-UnNumbered li .APP-UnNumbered{
    padding-left: 0px;
}

.inlineICDCode{
    font-weight: bold;
}

.APP-AlphaUpper{
    list-style: upper-alpha;
}

.APP-AlphaLower{
    list-style: lower-alpha;
}

.APP-CiteGroup{
    padding-left: 5px;
}


.disorderSubcategoryHead{
    border-top: 3px solid #4b74a0;
    border-bottom: 3px solid #4b74a0;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.disorderSubcategory2Head{
    font-weight: bold;
    font-style: normal;
}


.APP-DisorderNote{
    margin-bottom: 10px;
}

.APP-ICD9Code, APP-ICD10Code, .ICD10Code{
    font-weight: bold;
}




/* APP-890  APP-887*/

.loa .hlFld-ContribAuthor a{
    white-space: pre-wrap
}


.hide-contribs .parent-item span:nth-child(2).bold{
    display:none;
}

.hide-contribs .parent-item .book__authors{
    display:none;
}


.article__body .absExcerpt {
    margin-top: 20px;
}


/* APP-900 */

.hlFld-Abstract {
    border-bottom: 5px solid #e0e0e0;
}


