.sj-sidebar {
    /* max-width: 360px; */
    width: 100%;
}

.sj-sidebar-head {
    font-weight: bold;
    color: white;
    background: #1d2c35;
    padding: 10px 5px;
    width: 100%;
    border-radius: 5px;
}


.sj-sidebar-item {
    padding: 10px 0px;
    border-bottom: #1d2c35 1px solid;
}

.sj-sidebar-item .fa {
    color: #4b7d92;
    margin-right: 4px;
}

.sj-sidebar-item a {
    text-decoration: none;
    color: #1d2c35;
}

.pkp_brand_footer a img {
    height: 10px;
}