@media only screen and (min-width: 768px) {
    html.sidebar-right-opened .sidebar-right {
        margin-right: 0;
        top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    html.boxed.sidebar-right-opened .sidebar-right {
        top: 83px;
        border-radius: 5px 0 0 0;
    }

    .sidebar-right {
        width: 295px;
    }
}
