@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .tablebody .col {
        min-height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .tablebody .col {
        min-height: auto;
    }
}
