/* Layout Overrides */

@media (max-width: 767px) {
  .narrow-table-mobile table th:nth-child(3),
  .narrow-table-mobile table th:nth-child(4),
  .narrow-table-mobile table td:nth-child(3),
  .narrow-table-mobile table td:nth-child(4) {
  display: none;
}

