.co_mto_htmlabstract-header {
    font-size: 0.8rem;
}

.co_mto_htmlabstract-header-image {
    padding-top: 3px;
}

.co_mto_htmlabstract-header-licence-logo {
    margin-top: .5em;
}

.co_mto_html_abstract_icons-container {
    text-align: right;
}
    .co_mto_html_abstract_icons-container .envelopeSmall
    {
        display: none;
    }
    .co_mto_html_abstract_icons-container .envelopeBig
    {
        display: inline-block!important;
    }

.co_mto_contact,
.co_mto_html_abstract_icons-container i {
    margin-left: .5rem;
}


.co_mto_contact a:hover {
    text-decoration: none !important;
}

.orcid-authors-logo * {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
}

.co_mto_htmlabstract-authors {
    position: relative;
}

.co_mto_htmlabstract {
    word-break: break-word;
}

.affiliation-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.8rem;
}

.affiliation-list li {
    line-height: 1.3rem;
}

.affiliation-list sup {
}

.co_mto_htmlabstract-content {
    text-align: justify;
}

.co_mto_htmlabstract-content table,
.co_mto_htmlabstract-content table tr,
.co_mto_htmlabstract-content table td {
    border: 1px solid black;
    padding: 5px;
}

.co_mto_htmlabstract-teamMembers-name {
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-right: .5rem;
    color: var(--link-color-primary, #0072bc);
}

.toggle-arrow.top-0 {
    top: 0;
}
.toggle-arrow
{
    color: var(--text-color-primary, #0072bc);
}
    .toggle-arrow:hover
    {
        color: var(--text-color-primary, #0072bc);
    }

.link-coloured {
    color: var(--link-color-primary, #0072bc);
}

.co_mto_abstractCommentHeader, .co_mto_abstractCommentHeaderWithComments {
    background: #F5F5F5;
    padding: .5em;
    margin-bottom: 1em;
}

.co_mto_abstractCommentHeaderWithComments {
    margin-bottom: 0;
}

.co_mto_abstractCommentRedSentence {
    color: red;
}

.co_mto_abstractCommentList {
    position: relative;

}

.co_mto_abstractCommentList ul {
    padding-left: 0.5em;
    position: relative;
    margin-bottom: 1em;
}

.co_mto_abstractCommentList ul ul {
    padding-left: 1em;
    margin-bottom: 0;
}

.co_mto_abstractCommentList ul li {
    list-style: none inside;
    position: relative;
}

.co_mto_abstractCommentCommentLine, .co_mto_abstractCommentCommentLineLast {
    position: absolute;
    width: 1em;
    height: 100%;
    display: block;
    background: #fff;
    margin-left: -1em;
}

.co_mto_abstractCommentCommentLine:after, .co_mto_abstractCommentCommentLineLast:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #C3C3C3;
    left: 0.34em;
}

.co_mto_abstractCommentCommentLineLast:after {
    height: 0.76em;
}

.co_mto_abstractCommentCommentLine:before, .co_mto_abstractCommentCommentLineLast:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0.5em;
    background: #C3C3C3;
    top: 0.7em;
    left: 0.34em;
}

.tox.tox-tinymce {
    border-radius: .25rem;
}

.absolute-full-width {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    left: 0;
    opacity: 1;
    z-index: 100;
}

.co_mto_abstractCommentText {
    padding-bottom: 1em; /** i have to add this because margin breaks the line next to the comment in the comment tree**/
}

.co_mto_abstractCommentText p:last-child {
    margin-bottom: 0;

}

.co_mto_abstractCommentText {
    display: none;
}

.co_mto_abstractCommentModal .tox .tox-statusbar {
    border-top: 0 !important;
}

.co_mto_abstractCommentModal .tox-statusbar__text-container {
    display: none !important;
}

.no-break {
    white-space: nowrap;
}

.co_mto_abstractCommentLegend {
    background: #F5F5F5;;
    padding: .5em;
}

@media (max-width: 992px) {
    .co_mto_abstractCommentModal {
        top: 5%;
    }
}

.co_mto_htmlabstract-citationHeader-intro {
    color: var(--link-color-primary);
}

.transparent50 {
    color: var(--text-color-primary);
}

.co_mto_thumbContainer {
    height: 5em;
    position: relative;
    display: inline-block;
    float: right;
    _border: 1px solid #eee;
    min-width: 8em;
}

.co_mto_thumbContainer img {
    height: 100%;
    width: auto;
}

.co_mto_thumbContainer i {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
    font-size: 2em;
}

.co_mto_thumbContainer .avatarRestrictedOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.session-list-object .co_mto_thumbContainer{
    top: 0;
}
.clearnbsp
{
    position: relative;
    left:-.25rem;
}
