.viewAllPublications {
    font-style: normal;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 25px;
}

.topPublicationTabTitle {
    margin-bottom: 5px;
}

span.wiw-person-detail-definition {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    color: #666666;
    margin-bottom: 10px;
    font-style: italic;
}

#readMore,
#readLess{
    margin: 0 5px;
}

/* .wiw-person-detail-definition{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */

.textMaxLine {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#readLess{
    display:none;
}


.jobDescBox span.trimmed{
    display:none;
}
.read-more .more:before{
    content:'Read More';
}
.showAll .jobDescBox span.morePoints{
    display:none;
}
.showAll .jobDescBox span.trimmed{
    display:inline;
}
.showAll .read-more .more:before{
    content:'Read Less';
}

.portlet-content .publication-detail-container .publication-detail-metadata{
    padding: 0;
}
#wiw-person-detail-definition-container{
    background-color: #ebebeb;
    border: #CCCCCC 1px solid;
    padding: 15px 15px 5px 15px;
}
#wiw-person-detail-definition-title{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--gs-base-color-eu-gray-140);
}
#wiw-person-detail-definition-container span.wiw-person-detail-definition{
    color: var(--gs-base-color-eu-gray-140);
    font-style: normal;
}