.pkp_site_name .is_img img {
    max-height: 150px;
}

p, .obj_article_details .abstract,
.obj_article_details .item > :last-child {
    text-align: justify;
}

.block_make_submission_link {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 20px !important;
    line-height: 50px !important;
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}