.table tbody tr td {
    max-width: 200px;
    min-width: 150px;
    word-wrap: break-word;
    white-space: initial;
}

.table-responsive{
    max-height: 500px;
}

@media screen and (max-height: 767px) {
    .table-responsive{
        max-height: 400px;
    }
}

