.pkp_site_name .is_img img {
	max-height: 150px;
}


.pkp_structure_footer_wrapper {
    background: #fff;
}

.obj_article_details .abstract {
text-align: justify;
}

.pkp_block.block_custom .content img {
    width: 120px;
}

// Change order with flex
.page_index_journal {
display: flex;
flex-direction: column;
}

.cmp_announcements {
flex: 2;
order: 2;
}

.current_issue {
order: 3;
}

.additional_content {
order: 1;
}