.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;
}
.custom-hover td {
  background-color: #001f3f; /* navy */
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  height: 35px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.custom-hover:hover td {
  background-color: #004080; /* light navy on hover */
}

.custom-hover a span {
  color: #ffffff;
}