.block_make_submission_link {
    width: 100%;
    text-align: center;
}
.pkp_block.block_information span.title::before {
    font-family: 'FontAwesome';
    content: '\f0f6';
    padding-right: 5px;
}
.block_make_submission_link::before {
    font-family: 'FontAwesome';
    content: '\f044';
}
.imgdoi {
    width: 18px;
    position: relative;
    top: 3px;
}
.obj_issue_toc .cover {
    display: block !important;
    margin-bottom: 20px;
    float: left !important;
    padding-right: 10px !important;
}
.current_issue {
    clear: both !important;
}

/* custom style side block */
.pkp_block {
    padding: 10px 5px 10px 5px;
}
#customblock-MENU {
    padding: 0 5px 15px 5px;
}
.item_menu {
    padding: 7px 15px;
    margin: 0;
    background: #042456;
    border-bottom: 1px solid #5c79a6;
}
.item_menu:hover {
    background: #365688;
    color: white;
}
.item_menu a {
    color: white;
}
.byrji {
    text-align: right;
    padding: 5px 10px;
    opacity: 0.5;
    color: orange;
}