/* MARCA-CATALOGO-TEST-123 */
.view-content .table-responsive {
  overflow-x: visible !important;
}

.view-content .table {
  table-layout: fixed !important;
  width: 100% !important;
}

.view-content .table th,
.view-content .table td {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  vertical-align: top;
  padding: 8px 6px;
  font-size: 0.9em;
}

.view-content .table th:nth-child(1), .view-content .table td:nth-child(1) { width: 15% !important; }
.view-content .table th:nth-child(2), .view-content .table td:nth-child(2) { width: 32% !important; }
.view-content .table th:nth-child(3), .view-content .table td:nth-child(3) { width: 8% !important; }
.view-content .table th:nth-child(4), .view-content .table td:nth-child(4) { width: 13% !important; }
.view-content .table th:nth-child(5), .view-content .table td:nth-child(5) { width: 9% !important; }
.view-content .table th:nth-child(6), .view-content .table td:nth-child(6) { width: 8% !important; }
.view-content .table th:nth-child(7), .view-content .table td:nth-child(7) {
  width: 15% !important;
  word-break: break-all !important;
}