.pkp_site_name .is_img img {
    max-height: 120px;
}

.blinking {
   
    animation: opacity 2s ease-in-out infinite;
    opacity: 1;
}
.pkp_structure_sidebar.left #customblock-journalupload a {
	display: inline-block;
    padding: 10px;
    text-align: center;
    background: #fff;
        background-color: rgb(255, 255, 255);
    border: 3px solid #4F2683;
    border-radius: 10px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    width: 100%;
	line-height: 28px;
}

.pkp_structure_sidebar.left #customblock-journalupload a:hover {
	color: #fff;
    background-color: #c0c0b3;
    text-decoration: none;
}