* {
    /*outline: 1px solid red;*/
}

@media(max-width:600px) {
    .su-table {
        width: 100%;
        overflow: scroll;
    }

    .su-table table {
        width: 100%;
    }
}


.cmp-app_gdpr {
    display: none !important
}

html body.cmp {
    overflow: unset ! important;
    overflow-y: scroll !important
}