.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: 500px !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;}

.vertical-menu {
width: 100%; /* width of the menu, suggested not to be changed */
}

.vertical-menu a {
background-color: #b0dcff; /* Color of the menu body */
color: black; /* Text color */
display: block;
padding: 12px;
text-decoration: none;
font-family: arial; /* Font type */
}

.vertical-menu a:hover {
background-color: #7db2e0; /* Color effect when hovered */
}

.vertical-menu a.active {
background-color: #007acc; /* Color of the menu header */
color: white; /* Text color */
font-family: arial; /* Font type */
}
