.grid__fullwidth .tab-content > .tab-pane {
  max-width: 1015px;
}
 
.table-sort-select {
  border-radius: 0;
  line-height: 36px;
  font-size: 14px;
  padding: 0 40px 0 10px;
  color: #2e3133;
  background-position: right 14px top 4px;
  margin: 0;
}

.tab-content h3.tab-pane--headline,
.tab-content select,
.tab-content label,
.mobile-link,
.table-is-responsive__column-label {
  display: none;
}

@media (max-width: 959px) {
  .table.table-is-responsive {
    border-collapse: collapse;
    width: 100%;
  }

  .table-is-responsive thead {
    display: none;
  }

  .table-is-responsive tr {
    border-top: 0.5rem solid white;
    border-bottom: 0.5rem solid white;
  }

  .table-is-responsive td {
    display: flex;
    width: 100%;
  }

  .table-is-responsive__column-label {
    margin-right: 2rem;
    font-weight: bold;
    flex: 0 0 200px;
  }

  .table-is-responsive td sup {
    top: .5rem;
  }

  .nav-tabs {
    display: none;
  }

  .tab-content > .tab-pane {
    position: relative;
    left: auto;
    top: auto;
  }

  .tab-content h3.tab-pane--headline,
  .tab-content select,
  .tab-content label {
    display: block;
  }

  .table-is-responsive__column-label {
    display: inline-block;
  }

  .mobile-link--anchor {
    text-align: left;
    display: flex;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .mobile-link--anchor:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    border: solid rgba(5,55,135,1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
  }
  
  .mobile-link--top {
    text-align: right;
    display: flex;
    position: relative;
    padding-right: 20px;
    justify-content: right;
  }
  .mobile-link--top:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 8px;
    border: solid rgba(5,55,135,1);
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
  }

}

@media (max-width: 500px) {
  .table-is-responsive td {
    flex-wrap: wrap;
  }
  .table-is-responsive__column-label {
    flex: 0 0 50%;
    margin-right: 0.25rem;

    flex: 0 0 auto;
    margin-right: 0.5em;
  }
  
  .table-is-responsive__column-label:after {
    content: ':';
  }

}

@media (max-width: 960px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content > .tab-pane + .tab-pane {
    margin-top: 2rem;
  }

  .table-is-responsive td {
    padding: 0 1em .5em;
  }
  .table-is-responsive td:first-of-type {
    padding-top: 1em;
  }
  .table-is-responsive td:last-of-type {
    padding-bottom: 1em;
  }
}


@media ( max-width: 960px) {

  .table--scroller-outer:not(.table--scroller-is-responsive) {
    position: relative;
  }

  .table--scroller-outer:not(.table--scroller-is-responsive):before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
}


@media (min-width: 960px) and ( max-width: 1200px) {

  .table--scroller-outer {
    position: relative;
  }

  .table--scroller-outer:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }

  /*
  .table--scroller .table--scroller:before {
    display: none;
    width: 0;
  }
  */
}