@media only screen and (max-width: 991px) {
     . sidebar-logos{
        display: none;
     }

    #aside-main .aside-wrapper{
       margin-top: 25px;
    }
}

pre {
    background-color: whitesmoke;
}

pre code {
    white-space: pre-wrap;
    font-size: 13px;
    font-weight: bold;
}

.sladmin {
    position: relative !important;
    outline: 0px solid #e0007d !important;
    border: 1px solid #e0007d !important;
}

.sladmin:after {
    content: "SL";
    color: #fff;
    background: #e0007d;
    position: absolute;
    top: -7px;
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 15px
}
