.pkp_navigation_user > li:hover a {
	color: white;
}

.pkp_nav_list ul a:hover{
    background-color: #FA4616;
}

.block_make_submission .content a {
	background-color: #FA4616;
}

.block_make_submission .content a:hover{
	color: white;
}

.pkp_navigation_user a {
    position: relative;
}

.pkp_navigation_user a::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}


.obj_galley_link, .cmp_form .buttons button {
    background-color: #FA4616;
}

.obj_galley_link:hover, .cmp_form .buttons button:hover {
   color: white;
}
.pkp_block .title {
    font-size: 12px;
  font-family: 'Verdana','Arial','Helvetica',sans-serif;
  line-height: 20px;
  color: rgba(0,0,0,0.87);
  text-transform: uppercase;
  font-weight: normal;
}


.obj_article_summary > .title a:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

 .obj_article_details .main_entry .abstract p, .obj_article_details .main_entry .references p, .obj_article_details .main_entry .copyright p {
	margin-left: auto;
}