/*.side-menu {
    position: fixed;
    top: 0;
    right: -300px;*/ /* hidden by default */
    /*width: 300px;
    height: 100%;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
}

    .side-menu.open {
        right: 0;*/ /* slide in */
    /*}

#close_side_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}*/
