body {
    color: #000;
}

div#box {
    width: 90%;
    max-width: 1600px;
}

label {
    float: none;
}

.topMenu {
    background-color: #142f5a;
}

@media only screen and (max-width: 768px) {
    .sidebar {
        display: none;
    }

    div#box {
        width: 100% !important;
        margin: 0;
    }

    #nav {
        position: initial;
        background-color: #142f5a;
    }

        #nav ul, #nav li {
            float: none;
            position: initial;
        }

    #header {
        background: none;
        position: initial;
        background-size: 100% 100px;
        background-color: white;
        height: initial;
    }

    #wrapper {
        position: initial;
        margin: 0;
        padding: 0.5em;
        border: 0;
    }

    #content .body {
        padding: 0.1em;
    }
}

#footer .nav {
}

#footer .nav {
    line-height: 1.3em !important;
}

#footer .footer-line {
    width: 100%;
}

#footer .nav div.c2 {
    padding: 0.5em;
}
