/* Responsive CSS for devices with a resolution smaller than of 768px    */
/* This overrides styles in global.css for responsive design             */


@media (max-width: 767px) {
    body {
        width: auto;
    }

    #topWrapper {
        display: none;
    }

    #Navigation_Container {
        max-width: 320px;
        width: auto;
    }

    #breadcrumbContainer {
        display: none;
    }
}
