    div[data-form-id] {
        width: 100% !important;
        max-width: 100% !important;
    }
    @media (max-width: 600px) {
        table.containerWrapper.tbContainer {
            display: block;
        }
        th.columnContainer {
            display: block;
            width: 100% !important;
        }
    }

