    table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  font-size: 1em;
}


td:nth-child(1) { width: 20%; } /* Fixed width */
td:nth-child(2) { width: 80%; }  /* Percentage width */

.link-style {
  background: none;
  border: none;
  color: #002c77;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: .9em;
}

li {font-size: .9em;}

  @media screen and (min-width: 601px) {
    .desktop-only-color {
      color: fff; /* Change color only on desktop */
    }
  }

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: .5px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: .5px solid #ddd;
    display: block;
    font-size: 1.0em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #002c77;
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  td:nth-child(1) { width: 100%; } /* Fixed width */
td:nth-child(2) { width: 100%; }  /* Percentage width */

  li {font-size: .8em;}

  .link-style {font-size: .8cem;}

  .mobile-padding {padding-left: 20px;}
}
