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