<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 300px;
    max-width: 3000%;
    width: auto;
    height: auto;
}

@media (max-width:991px) {
    .pkp_site_name .is_img img{
    display : none;
    }	
}

#rightSidebar {
    width: 191px;
    background-color: #F8F8FF /* background sidebar*/;
}
#leftSidebar, #rightSidebar {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 50px 10px 10px;
}

#rightSidebar div.block {
    border: 0;
    color: inherit;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

ul.sidemenu li {
    padding: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
</pre></body></html>