/* -- VEI TABLE -- */

  /* Style the table and cells normally */
  .VEI-table table {
    border-collapse: collapse;
    width: 100%;
  }
  .VEI-table th, 
  .VEI-table td {
    /*border: 1px solid black;
    padding: 8px;
    text-align: center;*/
  }

  /* Collapse columns 3 and 4 only in tables within .VEI-table container */
  .VEI-table table.collapse-col-2 th:nth-child(3),
  .VEI-table table.collapse-col-2 td:nth-child(3),
  .VEI-table table.collapse-col-2 th:nth-child(4),
  .VEI-table table.collapse-col-2 td:nth-child(4),
  .VEI-table table.collapse-col-2 th:nth-child(7),
  .VEI-table table.collapse-col-2 td:nth-child(7) {
    display: none;
  }