.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
.item_menu {
  padding: 7px 15px;
  margin: 0;
  background: #F919BD;
  border-bottom: 1px solid #ffffff;
}
.item_menu:hover {
    background: #A10F7C;
    color: white;
}
.item_menu a {
    color: white;
}
.pkp_block {
    padding: 5px !important;
}
.block_make_submission_link {
    width: 100%;
    text-align: center;
    padding: 5px 0 !important;
    box-shadow: 2px 2px #dbd9d9 !important;
}
.block_make_submission_link:hover {
    color: black;
}	
.block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #fc2947;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #CA9E28;
    text-decoration: none;
}
.pkp_block .title {
  display: block !important;
  padding: 8px 10px !important;
  border-bottom: 2px solid #314d75 !important;
  font-weight: 700;
  text-transform: none !important;
  background: #ffb84c;
  color: black !important;
  border-radius: 5px 5px 0 0;
  box-shadow: 2px 2px #ccccccab;
}
.pkp_footer_content {
  float: left;
  width: 70%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
   background: #f2f2f2;
   border-bottom:@double solid; 
   border-bottom-color:#f919bd;
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}