﻿/*
    ESDU WIDE CSS

    Use with esdu.css to support wider displays eg quasi-fullscreen apps
*/

/* Bootstrap override to force full width...*/
@media (min-width: 768px) {
    .container {
        width:100%;
        max-width:1300px;
    }
}

