
@media screen and (max-width: 640px) {

    .uc-mobile-table {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .uc-mobile-table .t-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    .uc-mobile-table table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }

    .uc-mobile-table td,
    .uc-mobile-table th {
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .uc-mobile-table td:first-child,
    .uc-mobile-table th:first-child {
        width: 65% !important;
    }

    .uc-mobile-table td:nth-child(2),
    .uc-mobile-table th:nth-child(2) {
        width: 35% !important;
    }

}
</style>