@media only screen and (max-width: 768px) and (min-width: 300px) {
    .theme_table td,
    .theme_table th {
        min-width: 218px;
    }
}