/* simple menu css*/
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    margin-left: 250px; /* 0 width - change this with JavaScript */
    padding: 20px;
}
.cursor_wait {
    cursor: wait;
}
/* END simple menu css*/
