﻿/* Hide the left hand menu */
.col-left-menu {
    width: 0%;
    display: none;
}

/* Size of the content area with no left-hand menu nor right well */
.col-content {
    width: 100%;
}
