.pkp_site_name .is_img img{
	display: inline-block;
	max-height: 115px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.pkp_footer_content{
	float: left; width: 95%; padding-top: 10px; padding-bottom: 10px;
}

.pkp_brand_footer{
	float: right; width: 5%; padding-top: 10px; padding-bottom: 10px; display: none;
}

.block_make_submission_link {
	animation-name: glowing;
        background-color: #bce0f6;
        -webkit-border-radius: 60px;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        display: inline-block;
        font-family: sans-serif;
        font-size: 15px;
	color: #f2fff2;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 1300ms;
}
@keyframes glowing {
	0% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
        50% {
          background-color: #49e819;
          box-shadow: 0 0 20px #49e819;
        }
        100% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
}


  