.pkp_site_name .is_img img {
    display: block;
    max-height: 125px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    margin-bottom: 0px;
}
.cmp_notification {
	background: #ddd;
	border-left: 5px solid #007ab2;
}
.cmp_notification a {
	color: #2F6DD5;
    text-decoration: none;
}
.cmp_notification a:hover { 
    color: #2F6DD5;
}

.pkp_structure_footer_wrapper {
    background: #fff;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
}

.pkp_footer_content {
    padding: 10px;
    text-align: left;
}
.pkp_page_index .additional_content {
    padding: 10px 10px 30px 10px;
    border-bottom: 1px solid #ddd;
    border-top: none;
}