ul.sidemenu li a,
ul.sidemenu li:first-child a {
    border-top: 1px solid #D3D3D3
}

ul.sidemenu {
    padding-left: 0 !important;
    margin: -10px -10px 0
}

ul.sidemenu li {
    padding: 0
}

ul.sidemenu li a {
    background-color: #F2F2F2;
    /*background sidemenu*/
    border-bottom: 1px solid #D3D3D3;
    color: black;
    display: block;
    padding: 0.66em 10px .6em 13px;
    text-decoration: none
}

#leftSidebar {
    display: none;
    border-right: 1px solid #ccc;
    float: left;
    width: 0
}

ul.sidemenu li:last-child a {
    border-bottom: 0
}

ul.sidemenu li a:hover {
    background-color: #BDBFC1;
}

.block p {
    margin: 0 !important
}

.block ul {
    list-style: none;
    padding-left: 1.2em
}

.block li:before {
    content: "\00BB";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    width: 0
}

.pkp_structure_page {
    background: url(https://lh3.googleusercontent.com/d/1bYjwdjMcHz0Vy739ruSxHKKT0o3TdY85);
}

.pkp_structure_content.has_sidebar {
    background-color: white;
}

/* hide pkp brand on footer */
.pkp_brand_footer {
    padding: 2.143rem;
    display: none;
}

.pkp_structure_footer_wrapper {
    background: none;
}

.pkp_footer_content {
    background: #ddd;
}

.pkp_footer_content p img {
    max-width: 100%;
    width: auto;
    height: 40px;
    padding: 0px 10px;
    mix-blend-mode: multiply;
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding: .5rem 2rem 0 2rem;
    }
    .pkp_site_name .is_img img {
        max-height: 50px;
    }

    .pkp_navigation_user_wrapper {
        padding-right: 7rem;
    }
}

ol.index {
    margin-left: 2rem;
    line-height: 0em;

}
ol.index li{
    padding-bottom: 2rem;
}

ol.index li img {
    height: 80px;
}

div.right-sidenav{
        margin-bottom: 10px; text-align: center; color: white;
    }
    div.right-sidenav img{
        padding: 8px; 
        border: 1px solid #aaa;
        width: 120px;
    }
    div.right-sidenav ol,
    div.right-sidenav ul, div.right-sidenav p.menu {
        margin: 0;
        /* Removes default margin */
        padding: 0;
        /* Removes default padding */
        symbols: none;
        text-indent: 0cm;
        line-height: 0;
    }

    div.right-sidenav ol li{
        padding: 20px; 
        border-bottom: 1px solid #aaa; 
        background: #6e3440; 
        color: white;
        text-indent: 0cm;
        text-align: left;
    }

    div.right-sidenav ol li a{ 
        color: white;
        text-decoration: none;
    }
    div.right-sidenav ol li a:active{ 
        color: #006798;
    }
    
    div.right-sidenav p.menu img {
        margin: 20px 0px;
        line-height: 1em;
        border: none;
        width: auto;
    }