.content-table-filter-crabe {
    table {
        th {
            max-width: 50%;
        }

        * {
            @apply text-xs;

            @screen lg {
                font-size: inherit;
            }
        }
    }
}