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