/* Custom styles that complement Bootstrap */
.content-wrapper {
    background-color: #f4f6f9;
}

.table td.response-cell {
    max-width: 475px;     /* ширина колонки */
    max-height: 200px;    /* ограничение по высоте */
    overflow-y: auto;     /* вертикальный скролл */
}