
.style-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  box-sizing: border-box;
  overflow-x: auto;
  table-layout: fixed;
}

.style-table th,
.style-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  word-wrap: break-word;
}

.style-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.input-table {
  width: 100%;
}
