.scrollup{
width:40px;
height:200px;
opacity:0.3;
position:fixed;
bottom:150px;
right:40px;
text-indent:-9999px;
background: url('/downloads/icon_top.png') no-repeat;
}

.pkp_block {
    padding: 10px 30px 10px 30px;
}

.pkp_head_wrapper {
    padding-top: 40px;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 25px 0 20px;
    color: #f9266d;
}

.pkp_structure_main h1 {
    font-size: large;
}

.pkp_structure_main:before, .pkp_structure_main:after {
    width: 2px;
    background: #f9266d;
}

.obj_issue_toc .cover img {
display: block;
max-height: 250px;
width: auto;
float: left;
margin-right: 30px;
}

.pkp_structure_main p {
    text-align: justify;
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
    font-size: medium;
    color: #f9266d;
}

.obj_article_details .authors .affiliation {
    font-size: small;
    color: rgba(0,0,0,0.54);
    font-style: italic;
}

.obj_article_summary > .title {
    margin-right: 100px;
    text-align: left;
}

.obj_article_summary .pages {
    font-size: medium;
    font-weight: 600;
    color: #f9266d;
}

.obj_article_details .authors .orcid:before {
    content: url(/downloads/orcid.svg);
    display: inline-block;
	margin: 0.2em 0.3em 0.1em 0.0em;
    vertical-align: middle;
}

.obj_article_details .item.doi .label, .obj_issue_toc .pub_id .type {
    content: url(/downloads/doi.svg);
	display: inline-block;
    margin: 0.3em;
    height: 30px;
    vertical-align: middle;
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
    background: #f9266d;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border-radius: 6px;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #ffffff;
    border: 2px solid #f9266d;
    border-radius: 6px;
    font-size: 13px;
    line-height: 25px;
    color: #523f46;
    text-decoration: none;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #ffffff;
    color: #f9266d;
}