.content-table {
  @include viewport--l {
    // main header with colored background
    th {
      border-right-color: returnColorCSSVar('white-alpha-30');
    }

    // content cells
    td {
      border-right-color: returnColorCSSVar('gray-20');
    }
  }
}
