@media (max-width: 768px) {
    body, html {
        height: 100%;
    }
    body > .container,
    body > .container-fluid {
        height: 100%;
        border: 0 !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    body .container .panel,
    body .container-fluid .panel  {
        border: 0 !important;
        box-shadow: none !important;
    }

    .panel .panel-body table { background: #fff; }
}