
@media screen and (min-width: 1px) {

    body {
        background: #dbe7c8 url("../../../../../../tl_files/images/layout/bodyBg2.jpg") 20% 0 repeat-x;
    }
    img {
        width: 100%;
        height: auto;
    }
    .ce_download img.mime_icon {
        width: auto !important;
    }
    .hideOnPre2018 {
        display: block;
    }
    #wrapper {
        width: 100%;
        padding: 0;
    }
    #container {
        overflow: hidden;
    }
    #container > table,
    #container > table > tbody,
    #container > table > tbody > tr,
    #container > table > tbody > tr > td {
        display: block;
    }
    /* Put back after html5reset normalized it */
    h1 {
        margin: 5px 0 12px;
        padding: 2px 0 4px;
        font-size: 36px;
    }
}

@media screen and (min-width: 961px) {


}