/* Пример пользовательских стилей */
body {
    padding-top: 20px;
    background-color: #f8f9fa;
}
b, strong {
    font-weight: bold;
}

.card {
  margin-bottom: 1.5rem;
}

.table td, .table th {
  vertical-align: middle;
}

.table td {
    white-space: normal;
    word-break: break-word;
}

.table td img {
    max-width: 250px;
    height: auto;
    display: block;
}

.table th:first-child,
.table td:first-child {
min-width: 300px;
max-width: 600px;
width: 5%; /* Или сколько вам нужно */
white-space: normal; /* Чтобы переносился текст */
word-break: break-word;
}


