.online_first .headingTitle {
    padding-bottom: 30px;
}
.online_first .page-header{
	margin-top: 0px;
	font-weight: 500;
	font-size: 24px !important;
    border-bottom: 1px solid #eee;
}
.online_first .label {
    font-size: 20px;
    color: #4b4b4b;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    margin-bottom: 10px;
}
.online_first .galleys_links {
    padding-left: 0;
}
.online_first .obj_galley_link {
    border: 1px solid #3C90D5;
    color: #fff !important;
    background: #3C90D5 !important;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: bold;
}
/*---*/
.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #ddd;
    border-left: .357rem solid #006798;
    line-height: 1.43rem;
}
.obj_article_details.online_first .row {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
	border-bottom: 1px solid #ddd;
	margin-top: 2.143rem;

}

.row::before, .row::after {
    content: " ";
    display: table;
}
.obj_article_details .main_entry {
    width: 560px;
}
.obj_article_details .main_entry {
    float: left;
    border-right: 1px solid #ddd;
}
.obj_article_details .item {
    padding: 2.143rem;
}
.obj_article_details .authors{
	margin: 0;
	list-style: none;
}
.obj_article_details .authors li {
    margin-bottom: .714rem;
}
.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
}
.obj_article_details .authors .orcid {
    display: block;
    line-height: 1.43rem;
}
.obj_article_details .authors .orcid a {
    vertical-align: middle;
}
.obj_article_details .main_entry .item .label {
    margin: 0 0 1.43rem;
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
}

.obj_article_details .entry_details {
    float: left;
    width: 300px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 1px solid #ddd;
}
.obj_article_details .entry_details .item {
    margin-right: -1px;
    border-bottom: 1px solid #ddd;
}
.obj_article_details .entry_details .item {
    padding: 1.43rem;
    word-wrap: break-word;
}
.obj_article_details .galleys_links li {
    display: inline-block;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    border-radius: 3px;
    line-height: calc(2.143rem - 2px);
    text-decoration: none;
}

.online_first_issue_toc.obj_issue_toc .section > h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    line-height: 2.143rem;
    color: #000;
    font-weight: bold;
    width: 50%;
    text-align: left;
    background: #dedede;
    padding: 5px;
    border-left: 4px solid #5a5a5a;
    border-right: 4px solid #5a5a5a;
    border-radius: 5px;
    margin-top: -6px;
    left: 0;
    font-size: 21px;
}
.online_first_issue_toc .obj_article_summary {
    border-left: 3px solid #5a5a5a;
    padding: 5px;
    padding-left: 22px;
    box-shadow: 1px 2px 3px 2px #f0f0f0;
}
.online_first_issue_toc .obj_article_summary > h2.title {
    background: none;
    font-size: 15px;
    padding: 10px 0px;
    margin: 5px 0px;
    text-align: left;
}

.online_first_issue_toc .section{
    /*border-top: 1px solid #ddd;*/
    border-top: none;
    margin-top: 17px !important;
}