/* closed status */
#page {
    margin-right: 60px;
    
}
#sidebar {
    position:fixed;
    width:265px;
    top:0;
    bottom:0;
    right:-205px;
    background-color:black;

}
#sidebar #sidebar-inside {
    display:none;
}

/* opened status */
#page.opened {
    margin-right:265px !important;
}

#sidebar.opened {
    right: 0;
}
#sidebar.opened .toggle {
    display:none !important;
}
#sidebar.opened #sidebar-inside {
    display:block !important; 
}

