.pkp_site_name .is_img img {
	max-height: 150px;
}

p, .obj_article_details .abstract,
.obj_artcicle_details .item > :last-child {
	text-align: justify;
}

.block_make_submission_link {
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	font-size: 15px !important;
	line-height: 40px !important;
	width:200px;
	margin:auto;
	margin-top:10px;
	padding:10px;
	border:1px solid #000000;
	animation:button 7s ease-out infinite normal;
	font-size:1em;
	background:#F5C321;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:10px;
	text-align: center;
	cursor:pointer;
}
@keyframes blink
{
	0%{opacity: 1.0}
	50%{opacity: 0.0}
	100%{opacity: 1.0}
}

.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:30px;
	background:#ffffff;
	color:#1e6292;
	font-weight:bold;
}
.hover td{
	height:30px;
	padding-top:3px;
	vertical-align:middle;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	text-align:center;
}
.hover td a {
	width:100%;
	display:block;
}
.hover tr {
	background:#F5C321;
	color:$ffffff;
}
.hover tr:hover {
	background-color:#F5C321;
}
.hover tr a {
	color:#000000;
}
.hover a:hover {
	color: #FF0000;
}

i{
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 45px;
  background: #0f55bd;
  padding: 7px 10px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  border: 1px solid #0D47A1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}
i:hover{
  transition: .5s;
  background: #0d4aa5;
}
