@media (max-width: 576px) {
    .container {
        margin: 0 -12px !important;
        width: calc(100% + 24px) !important;
        max-width: calc(100% + 24px) !important;
        border-radius: 0 !important;
    }

    .table-striped {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    tbody {
        font-size: 0.70rem !important;
    }
}